summaryrefslogtreecommitdiff
path: root/test/CodeGen/ARM/ifcvt9.ll
blob: 05bdc459c83fe2a2e81a2fb4e2a0ba990e396176 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
; RUN: llc < %s -march=arm

define fastcc void @t() nounwind {
entry:
	br i1 undef, label %bb.i.i3, label %growMapping.exit

bb.i.i3:		; preds = %entry
	unreachable

growMapping.exit:		; preds = %entry
	unreachable
}