Convert more tests to avoid llvm-as.
[oota-llvm.git] / test / CodeGen / X86 / extractelement-load.ll
index 601690ef7cabb04b0f13f7681f0387b01f51bba0..ee57d9b762952bfbe79e8c557ceb52e35516757a 100644 (file)
@@ -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]