llvm-6502/test/CodeGen/ARM/ifcvt9.ll
2009-09-09 00:09:15 +00:00

13 lines
217 B
LLVM

; 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
}