diff options
author | Evan Cheng <evan.cheng@apple.com> | 2007-04-20 00:45:36 +0000 |
---|---|---|
committer | Evan Cheng <evan.cheng@apple.com> | 2007-04-20 00:45:36 +0000 |
commit | b76ba096fed192fe4a192d4925a6296abbc3d719 (patch) | |
tree | f895b54866a803f139b18e7238d1b8b1fdd39c36 | |
parent | 6c673ac01cfd602ef87be59c0586832bdd07fd59 (diff) | |
download | bcm5719-llvm-b76ba096fed192fe4a192d4925a6296abbc3d719.tar.gz bcm5719-llvm-b76ba096fed192fe4a192d4925a6296abbc3d719.zip |
Fix test.
llvm-svn: 36266
-rw-r--r-- | llvm/test/CodeGen/X86/isel-sink.ll | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/llvm/test/CodeGen/X86/isel-sink.ll b/llvm/test/CodeGen/X86/isel-sink.ll index 29c49cf11ed..7a480b2b31b 100644 --- a/llvm/test/CodeGen/X86/isel-sink.ll +++ b/llvm/test/CodeGen/X86/isel-sink.ll @@ -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. |