freebsd-nq/test/CodeGen/ARM/ifcvt9.ll

13 lines
217 B
LLVM
Raw Normal View History

2009-10-14 17:57:32 +00:00
; RUN: llc < %s -march=arm
2009-06-22 08:08:12 +00:00
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
}