2008-03-25 04:26:08 +00:00
|
|
|
; RUN: llvm-as < %s | opt -lcssa
|
2006-07-09 08:17:30 +00:00
|
|
|
|
2008-03-25 04:26:08 +00:00
|
|
|
%struct.SetJmpMapEntry = type { i8*, i32, %struct.SetJmpMapEntry* }
|
2006-07-09 08:17:30 +00:00
|
|
|
|
2008-03-25 04:26:08 +00:00
|
|
|
define void @__llvm_sjljeh_try_catching_longjmp_exception() {
|
2006-07-09 08:17:30 +00:00
|
|
|
entry:
|
|
|
|
br label %loopentry
|
|
|
|
loopentry: ; preds = %endif, %entry
|
2008-03-25 04:26:08 +00:00
|
|
|
%SJE.0 = phi %struct.SetJmpMapEntry* [ null, %entry ], [ %tmp.25, %endif ] ; <%struct.SetJmpMapEntry*> [#uses=1]
|
|
|
|
br i1 false, label %no_exit, label %loopexit
|
2006-07-09 08:17:30 +00:00
|
|
|
no_exit: ; preds = %loopentry
|
2008-03-25 04:26:08 +00:00
|
|
|
br i1 false, label %then, label %endif
|
2006-07-09 08:17:30 +00:00
|
|
|
then: ; preds = %no_exit
|
2008-03-25 04:26:08 +00:00
|
|
|
%tmp.21 = getelementptr %struct.SetJmpMapEntry* %SJE.0, i32 0, i32 1 ; <i32*> [#uses=0]
|
2006-07-09 08:17:30 +00:00
|
|
|
br label %return
|
2008-03-25 04:26:08 +00:00
|
|
|
endif: ; preds = %no_exit
|
2006-07-09 08:17:30 +00:00
|
|
|
%tmp.25 = load %struct.SetJmpMapEntry** null ; <%struct.SetJmpMapEntry*> [#uses=1]
|
|
|
|
br label %loopentry
|
|
|
|
loopexit: ; preds = %loopentry
|
|
|
|
br label %return
|
2008-03-25 04:26:08 +00:00
|
|
|
return: ; preds = %loopexit, %then
|
2006-07-09 08:17:30 +00:00
|
|
|
ret void
|
|
|
|
}
|
2008-03-25 04:26:08 +00:00
|
|
|
|