Fix test.
authorEvan Cheng <evan.cheng@apple.com>
Fri, 20 Apr 2007 00:45:36 +0000 (00:45 +0000)
committerEvan Cheng <evan.cheng@apple.com>
Fri, 20 Apr 2007 00:45:36 +0000 (00:45 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@36266 91177308-0d34-0410-b5e6-96231b3b80d8

test/CodeGen/X86/isel-sink.ll

index 29c49cf11edf194db8d0ade8576ba3e2dc0a9551..7a480b2b31bafe89f084c2972b05d67e4f64453b 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.