summaryrefslogtreecommitdiff
path: root/test/CodeGen/SPARC/sjlj.ll
diff options
context:
space:
mode:
Diffstat (limited to 'test/CodeGen/SPARC/sjlj.ll')
-rwxr-xr-xtest/CodeGen/SPARC/sjlj.ll9
1 files changed, 5 insertions, 4 deletions
diff --git a/test/CodeGen/SPARC/sjlj.ll b/test/CodeGen/SPARC/sjlj.ll
index 3bf583aa475..647d8f2fd2c 100755
--- a/test/CodeGen/SPARC/sjlj.ll
+++ b/test/CodeGen/SPARC/sjlj.ll
@@ -66,14 +66,15 @@ return: ; preds = %if.end, %if.then
; CHECK: ba .LBB1_1
; CHECK: nop
; CHECK:.LBB1_1: ! %entry
-; CHECK: ba .LBB1_3
; CHECK: mov %g0, %i0
+; CHECK: cmp %i0, 0
+; CHECK: bne .LBB1_4
+; CHECK: ba .LBB1_5
; CHECK:.LBB1_2: ! Block address taken
; CHECK: mov 1, %i0
-; CHECK:.LBB1_3: ! %entry
-; CHECK: cmp %i0, 0
; CHECK: be .LBB1_5
-; CHECK: nop
+; CHECK:.LBB1_4:
+; CHECK: ba .LBB1_6
}
declare i8* @llvm.frameaddress(i32) #2