Partition use lists so defs always come before uses.
[oota-llvm.git] / test / CodeGen / X86 / apm.ll
index 9f4b0f46562f91a5e015599a8b919edf313e383d..aaedf18481b5d48326bb9772102baf055acf0806 100644 (file)
@@ -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