Add testcase for r63142.
[oota-llvm.git] / test / CodeGen / X86 / isel-sink.ll
index 29c49cf11edf194db8d0ade8576ba3e2dc0a9551..4e68b7757ff5a09a48939079309f17ec11dfac06 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:   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.