aboutsummaryrefslogtreecommitdiff
path: root/test/Transforms/GVNPRE/2007-06-12-NoExit.ll
blob: 492346002620bbe999fc9fb608a90c539d9b715f (plain)
1
2
3
4
5
6
7
8
9
; RUN: opt < %s -gvnpre | llvm-dis

define void @_Z4sortI3Lit16LessThan_defaultIS0_EEvPT_iT0_() {
entry:
	br label %cond_false

cond_false:		; preds = %cond_false, %entry
	br label %cond_false
}