When checking for sret-demotion, it needs to use legal types. When using the return...
[oota-llvm.git] / test / CodeGen / X86 / isel-sink.ll
index 4e68b7757ff5a09a48939079309f17ec11dfac06..0f94b233bcfb530ca388bcdee98dc9995d32843e 100644 (file)
@@ -1,5 +1,5 @@
-; RUN: llvm-as < %s | llc -march=x86 | not grep lea
-; RUN: llvm-as < %s | llc -march=x86 -mtriple=i686-apple-darwin8 | \
+; RUN: llc < %s -march=x86 | not grep lea
+; RUN: llc < %s -march=x86 -mtriple=i686-apple-darwin8 | \
 ; RUN:   grep {movl    \$4, (.*,.*,4)}
 
 define i32 @test(i32* %X, i32 %B) {