test/CodeGen/X86/shrink-compare.ll: Relax expressions for Win64.
authorNAKAMURA Takumi <geek4civic@gmail.com>
Sat, 23 Apr 2011 00:15:45 +0000 (00:15 +0000)
committerNAKAMURA Takumi <geek4civic@gmail.com>
Sat, 23 Apr 2011 00:15:45 +0000 (00:15 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@130039 91177308-0d34-0410-b5e6-96231b3b80d8

test/CodeGen/X86/shrink-compare.ll

index 7eaf9411c1b7a637909dd9fcb4960e8693ebc5e9..8d4b07f9d9b0ec88038cae4eb738ca4687a7460d 100644 (file)
@@ -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}}
 }