view test/CodeGen/ARM/ifcvt9.ll @ 128:c347d3398279 default tip

fix
author mir3636
date Wed, 06 Dec 2017 14:37:17 +0900
parents 54457678186b
children
line wrap: on
line source

; RUN: llc -mtriple=arm-eabi %s -o /dev/null

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
}