diff options
Diffstat (limited to 'llvm/test/CodeGen/X86/critical-edge-split-2.ll')
-rw-r--r-- | llvm/test/CodeGen/X86/critical-edge-split-2.ll | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/llvm/test/CodeGen/X86/critical-edge-split-2.ll b/llvm/test/CodeGen/X86/critical-edge-split-2.ll index d5878bd1a74..b4a808af66e 100644 --- a/llvm/test/CodeGen/X86/critical-edge-split-2.ll +++ b/llvm/test/CodeGen/X86/critical-edge-split-2.ll @@ -24,6 +24,7 @@ cond.end.i: ; preds = %entry ; CHECK-LABEL: test1: ; CHECK: testb %dil, %dil -; CHECK: jne LBB0_2 +; CHECK: je LBB0_1 +; CHECK: retq +; CHECK: LBB0_1: ; CHECK: divl -; CHECK: LBB0_2: |