summaryrefslogtreecommitdiff
path: root/llvm/test/CodeGen/X86/loop-strength-reduce5.ll
diff options
context:
space:
mode:
Diffstat (limited to 'llvm/test/CodeGen/X86/loop-strength-reduce5.ll')
-rw-r--r--llvm/test/CodeGen/X86/loop-strength-reduce5.ll10
1 files changed, 5 insertions, 5 deletions
diff --git a/llvm/test/CodeGen/X86/loop-strength-reduce5.ll b/llvm/test/CodeGen/X86/loop-strength-reduce5.ll
index 08003739b55d..ebae51fa2aa4 100644
--- a/llvm/test/CodeGen/X86/loop-strength-reduce5.ll
+++ b/llvm/test/CodeGen/X86/loop-strength-reduce5.ll
@@ -16,11 +16,11 @@ define void @foo(i32 %N) nounwind {
; CHECK-NEXT: .p2align 4
; CHECK-NEXT: .LBB0_2: # %bb
; CHECK-NEXT: # =>This Inner Loop Header: Depth=1
-; CHECK-NEXT: movw %cx, X
-; CHECK-NEXT: movw %dx, Y
-; CHECK-NEXT: incl %ecx
-; CHECK-NEXT: addl $4, %edx
-; CHECK-NEXT: cmpl %ecx, %eax
+; CHECK-NEXT: movw %dx, X
+; CHECK-NEXT: movw %cx, Y
+; CHECK-NEXT: incl %edx
+; CHECK-NEXT: addl $4, %ecx
+; CHECK-NEXT: cmpl %edx, %eax
; CHECK-NEXT: jne .LBB0_2
; CHECK-NEXT: .LBB0_3: # %return
; CHECK-NEXT: retl