diff options
| author | NAKAMURA Takumi <geek4civic@gmail.com> | 2011-02-22 07:19:46 +0000 |
|---|---|---|
| committer | NAKAMURA Takumi <geek4civic@gmail.com> | 2011-02-22 07:19:46 +0000 |
| commit | 83c40bc7adef384ed08bbf34bf2c8741b81e5b84 (patch) | |
| tree | bcae998b3ad66ef8c5bc655b2bb1933011e8aeb7 /llvm/test | |
| parent | 3bfc830a9a02a514ad3900b077dd482646971a91 (diff) | |
| download | bcm5719-llvm-83c40bc7adef384ed08bbf34bf2c8741b81e5b84.tar.gz bcm5719-llvm-83c40bc7adef384ed08bbf34bf2c8741b81e5b84.zip | |
Relax expressions and add explicit triplets -linux and -win32.
llvm-svn: 126200
Diffstat (limited to 'llvm/test')
| -rw-r--r-- | llvm/test/CodeGen/X86/ctpop-combine.ll | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/llvm/test/CodeGen/X86/ctpop-combine.ll b/llvm/test/CodeGen/X86/ctpop-combine.ll index c957d385a24..6406cc73e41 100644 --- a/llvm/test/CodeGen/X86/ctpop-combine.ll +++ b/llvm/test/CodeGen/X86/ctpop-combine.ll @@ -9,7 +9,7 @@ define i32 @test1(i64 %x) nounwind readnone { %conv = zext i1 %cmp to i32 ret i32 %conv ; CHECK: test1: -; CHECK: leaq -1(%rdi) +; CHECK: leaq -1([[A0:%rdi|%rcx]]) ; CHECK-NEXT: testq ; CHECK-NEXT: setne ; CHECK: ret @@ -22,7 +22,7 @@ define i32 @test2(i64 %x) nounwind readnone { %conv = zext i1 %cmp to i32 ret i32 %conv ; CHECK: test2: -; CHECK: leaq -1(%rdi) +; CHECK: leaq -1([[A0]]) ; CHECK-NEXT: testq ; CHECK-NEXT: sete ; CHECK: ret |

