summaryrefslogtreecommitdiff
path: root/test/CodeGen/X86/or-address.ll
diff options
context:
space:
mode:
authorJakob Stoklund Olesen <stoklund@2pi.dk>2011-04-05 00:32:44 +0000
committerJakob Stoklund Olesen <stoklund@2pi.dk>2011-04-05 00:32:44 +0000
commitb0e47cdf3decc6aef46b1bdaf19342c39681623a (patch)
tree8c5200b9cdf09c58517362bcc11e32ac09760da5 /test/CodeGen/X86/or-address.ll
parent157536b1fb900e57efe042d48c7caeb87b1efd04 (diff)
downloadllvm-b0e47cdf3decc6aef46b1bdaf19342c39681623a.tar.gz
llvm-b0e47cdf3decc6aef46b1bdaf19342c39681623a.tar.bz2
llvm-b0e47cdf3decc6aef46b1bdaf19342c39681623a.tar.xz
Fix register-dependent X86 tests.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@128867 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'test/CodeGen/X86/or-address.ll')
-rw-r--r--test/CodeGen/X86/or-address.ll8
1 files changed, 4 insertions, 4 deletions
diff --git a/test/CodeGen/X86/or-address.ll b/test/CodeGen/X86/or-address.ll
index 6447680e62..b3fc62736b 100644
--- a/test/CodeGen/X86/or-address.ll
+++ b/test/CodeGen/X86/or-address.ll
@@ -4,10 +4,10 @@ target datalayout = "e-p:64:64:64-i1:8:8-i8:8:8-i16:16:16-i32:32:32-i64:64:64-f3
target triple = "x86_64-apple-darwin10.3"
-; CHECK: movl %{{.*}}, (%rdi,%rdx,4)
-; CHECK: movl %{{.*}}, 8(%rdi,%rdx,4)
-; CHECK: movl %{{.*}}, 4(%rdi,%rdx,4)
-; CHECK: movl %{{.*}}, 12(%rdi,%rdx,4)
+; CHECK: movl %{{.*}}, (%rdi,[[R0:.+]],4)
+; CHECK: movl %{{.*}}, 8(%rdi,[[R0]],4)
+; CHECK: movl %{{.*}}, 4(%rdi,[[R0]],4)
+; CHECK: movl %{{.*}}, 12(%rdi,[[R0]],4)
define void @test(i32* nocapture %array, i32 %r0) nounwind ssp noredzone {
bb.nph: