summaryrefslogtreecommitdiff
path: root/test/CodeGen/X86/shrink-compare.ll
diff options
context:
space:
mode:
authorNAKAMURA Takumi <geek4civic@gmail.com>2011-04-23 00:15:45 +0000
committerNAKAMURA Takumi <geek4civic@gmail.com>2011-04-23 00:15:45 +0000
commit624dc1d4abf26a3ccd474f85a39058a99a9053ca (patch)
treed69a94bb609d19519fd1a755e2437f362d95b70d /test/CodeGen/X86/shrink-compare.ll
parentd74ea775af55782e3b0d5b10fa7602f8822a2f72 (diff)
downloadllvm-624dc1d4abf26a3ccd474f85a39058a99a9053ca.tar.gz
llvm-624dc1d4abf26a3ccd474f85a39058a99a9053ca.tar.bz2
llvm-624dc1d4abf26a3ccd474f85a39058a99a9053ca.tar.xz
test/CodeGen/X86/shrink-compare.ll: Relax expressions for Win64.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@130039 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'test/CodeGen/X86/shrink-compare.ll')
-rw-r--r--test/CodeGen/X86/shrink-compare.ll4
1 files changed, 2 insertions, 2 deletions
diff --git a/test/CodeGen/X86/shrink-compare.ll b/test/CodeGen/X86/shrink-compare.ll
index 7eaf9411c1..8d4b07f9d9 100644
--- a/test/CodeGen/X86/shrink-compare.ll
+++ b/test/CodeGen/X86/shrink-compare.ll
@@ -16,7 +16,7 @@ if.then:
if.end:
ret void
; CHECK: test1:
-; CHECK: cmpb $47, (%rdi)
+; CHECK: cmpb $47, (%{{rdi|rcx}})
}
define void @test2(i32 %X) nounwind {
@@ -32,5 +32,5 @@ if.then:
if.end:
ret void
; CHECK: test2:
-; CHECK: cmpb $47, %dil
+; CHECK: cmpb $47, %{{dil|cl}}
}