TypeLegalizer: Add support for passing of vector-promoted types in registers (copyFro...
[oota-llvm.git] / test / CodeGen / X86 / isel-sink.ll
index 29c49cf11edf194db8d0ade8576ba3e2dc0a9551..0f94b233bcfb530ca388bcdee98dc9995d32843e 100644 (file)
@@ -1,6 +1,6 @@
-; RUN: llvm-as < %s | llc -march=x86 | not grep lea
-; RUN: llvm-as < %s | llc -march=x86 -mtriple=i686-apple-darwin8 | \
-; RUN:   grep {movl \$4, (%ecx,%eax,4)}
+; 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) {
        ; This gep should be sunk out of this block into the load/store users.