diff options
| author | Dimitry Andric <dim@FreeBSD.org> | 2013-12-22 00:04:03 +0000 |
|---|---|---|
| committer | Dimitry Andric <dim@FreeBSD.org> | 2013-12-22 00:04:03 +0000 |
| commit | f8af5cf600354830d4ccf59732403f0f073eccb9 (patch) | |
| tree | 2ba0398b4c42ad4f55561327538044fd2c925a8b /test/CodeGen/X86/lsr-static-addr.ll | |
| parent | 59d6cff90eecf31cb3dd860c4e786674cfdd42eb (diff) | |
Notes
Diffstat (limited to 'test/CodeGen/X86/lsr-static-addr.ll')
| -rw-r--r-- | test/CodeGen/X86/lsr-static-addr.ll | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/test/CodeGen/X86/lsr-static-addr.ll b/test/CodeGen/X86/lsr-static-addr.ll index b2aea90500c42..1bac790f57f94 100644 --- a/test/CodeGen/X86/lsr-static-addr.ll +++ b/test/CodeGen/X86/lsr-static-addr.ll @@ -10,8 +10,9 @@ ; CHECK-NEXT: movsd ; CHECK-NEXT: incq %rax -; ATOM: movsd .LCPI0_0(%rip), %xmm0 + ; ATOM: xorl %eax, %eax +; ATOM: movsd .LCPI0_0(%rip), %xmm0 ; ATOM: align ; ATOM-NEXT: BB0_2: ; ATOM-NEXT: movsd A(,%rax,8) |
