summaryrefslogtreecommitdiff
path: root/test/CodeGen/X86/apm.ll
diff options
context:
space:
mode:
Diffstat (limited to 'test/CodeGen/X86/apm.ll')
-rw-r--r--test/CodeGen/X86/apm.ll4
1 files changed, 2 insertions, 2 deletions
diff --git a/test/CodeGen/X86/apm.ll b/test/CodeGen/X86/apm.ll
index aaedf18481..9f4b0f4656 100644
--- a/test/CodeGen/X86/apm.ll
+++ b/test/CodeGen/X86/apm.ll
@@ -3,8 +3,8 @@
; PR8573
; CHECK: foo:
-; CHECK: leaq (%rdi), %rax
-; CHECK-NEXT: movl %esi, %ecx
+; CHECK: movl %esi, %ecx
+; CHECK-NEXT: leaq (%rdi), %rax
; CHECK-NEXT: monitor
; WIN64: foo:
; WIN64: leaq (%rcx), %rax