diff options
Diffstat (limited to 'test/CodeGen')
-rw-r--r-- | test/CodeGen/X86/apm.ll | 4 | ||||
-rw-r--r-- | test/CodeGen/X86/xor.ll | 2 |
2 files changed, 3 insertions, 3 deletions
diff --git a/test/CodeGen/X86/apm.ll b/test/CodeGen/X86/apm.ll index 9f4b0f4..aaedf18 100644 --- a/test/CodeGen/X86/apm.ll +++ b/test/CodeGen/X86/apm.ll @@ -3,8 +3,8 @@ ; PR8573 ; CHECK: foo: -; CHECK: movl %esi, %ecx -; CHECK-NEXT: leaq (%rdi), %rax +; CHECK: leaq (%rdi), %rax +; CHECK-NEXT: movl %esi, %ecx ; CHECK-NEXT: monitor ; WIN64: foo: ; WIN64: leaq (%rcx), %rax diff --git a/test/CodeGen/X86/xor.ll b/test/CodeGen/X86/xor.ll index 73416ef..996bfc4 100644 --- a/test/CodeGen/X86/xor.ll +++ b/test/CodeGen/X86/xor.ll @@ -31,7 +31,7 @@ entry: ; X64: test3: ; X64: notl ; X64: andl -; X64: shrl %eax +; X64: shrl ; X64: ret ; X32: test3: |