summaryrefslogtreecommitdiff
path: root/test/CodeGen/X86/pr2659.ll
diff options
context:
space:
mode:
Diffstat (limited to 'test/CodeGen/X86/pr2659.ll')
-rw-r--r--test/CodeGen/X86/pr2659.ll3
1 files changed, 2 insertions, 1 deletions
diff --git a/test/CodeGen/X86/pr2659.ll b/test/CodeGen/X86/pr2659.ll
index 5dab5c9f5b..8003588a2e 100644
--- a/test/CodeGen/X86/pr2659.ll
+++ b/test/CodeGen/X86/pr2659.ll
@@ -18,11 +18,12 @@ forcond.preheader: ; preds = %entry
; CHECK-NOT: xorl
; CHECK-NOT: movl
; CHECK-NOT: LBB
-; CHECK: jne
+; CHECK: je
; There should be no moves required in the for loop body.
; CHECK: %forbody
; CHECK-NOT: mov
+; CHECK: jbe
ifthen: ; preds = %entry
ret i32 0