llvm-for-llvmta/test/CodeGen/ARM/ifcvt9.ll
Nils Hölscher 3500bf8dde first commit
2022-04-25 10:02:23 +02:00

13 lines
235 B
LLVM

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