summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorEvan Cheng <evan.cheng@apple.com>2007-04-20 00:45:36 +0000
committerEvan Cheng <evan.cheng@apple.com>2007-04-20 00:45:36 +0000
commitb76ba096fed192fe4a192d4925a6296abbc3d719 (patch)
treef895b54866a803f139b18e7238d1b8b1fdd39c36
parent6c673ac01cfd602ef87be59c0586832bdd07fd59 (diff)
downloadbcm5719-llvm-b76ba096fed192fe4a192d4925a6296abbc3d719.tar.gz
bcm5719-llvm-b76ba096fed192fe4a192d4925a6296abbc3d719.zip
Fix test.
llvm-svn: 36266
-rw-r--r--llvm/test/CodeGen/X86/isel-sink.ll2
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.
OpenPOWER on IntegriCloud