summaryrefslogtreecommitdiffstats
path: root/llvm/test/CodeGen/X86/extractelement-load.ll
diff options
context:
space:
mode:
authorDan Gohman <gohman@apple.com>2009-09-11 18:36:27 +0000
committerDan Gohman <gohman@apple.com>2009-09-11 18:36:27 +0000
commita080159a7c1a412813319ee03cab8b0e8492fada (patch)
tree1cbc1c812d3cd3629e3fab35380cf17d50b6e1bc /llvm/test/CodeGen/X86/extractelement-load.ll
parent8b3a53957942ca987ab4b0b99b9b9cdc44ecd759 (diff)
downloadbcm5719-llvm-a080159a7c1a412813319ee03cab8b0e8492fada.tar.gz
bcm5719-llvm-a080159a7c1a412813319ee03cab8b0e8492fada.zip
Convert more tests to avoid llvm-as.
llvm-svn: 81545
Diffstat (limited to 'llvm/test/CodeGen/X86/extractelement-load.ll')
-rw-r--r--llvm/test/CodeGen/X86/extractelement-load.ll4
1 files changed, 2 insertions, 2 deletions
diff --git a/llvm/test/CodeGen/X86/extractelement-load.ll b/llvm/test/CodeGen/X86/extractelement-load.ll
index 601690ef7ca..ee57d9b7629 100644
--- a/llvm/test/CodeGen/X86/extractelement-load.ll
+++ b/llvm/test/CodeGen/X86/extractelement-load.ll
@@ -1,5 +1,5 @@
-; RUN: llvm-as %s -o - | llc -march=x86 -mattr=+sse2 -mcpu=yonah | not grep movd
-; RUN: llvm-as %s -o - | llc -march=x86-64 -mattr=+sse2 -mcpu=core2 | not grep movd
+; RUN: llc < %s -march=x86 -mattr=+sse2 -mcpu=yonah | not grep movd
+; RUN: llc < %s -march=x86-64 -mattr=+sse2 -mcpu=core2 | not grep movd
define i32 @t(<2 x i64>* %val) nounwind {
%tmp2 = load <2 x i64>* %val, align 16 ; <<2 x i64>> [#uses=1]
OpenPOWER on IntegriCloud