xref: /aosp_15_r20/external/llvm/test/CodeGen/ARM/ifcvt9.ll (revision 9880d6810fe72a1726cb53787c6711e909410d58)
1*9880d681SAndroid Build Coastguard Worker; RUN: llc -mtriple=arm-eabi %s -o /dev/null
2*9880d681SAndroid Build Coastguard Worker
3*9880d681SAndroid Build Coastguard Workerdefine fastcc void @t() nounwind {
4*9880d681SAndroid Build Coastguard Workerentry:
5*9880d681SAndroid Build Coastguard Worker	br i1 undef, label %bb.i.i3, label %growMapping.exit
6*9880d681SAndroid Build Coastguard Worker
7*9880d681SAndroid Build Coastguard Workerbb.i.i3:		; preds = %entry
8*9880d681SAndroid Build Coastguard Worker	unreachable
9*9880d681SAndroid Build Coastguard Worker
10*9880d681SAndroid Build Coastguard WorkergrowMapping.exit:		; preds = %entry
11*9880d681SAndroid Build Coastguard Worker	unreachable
12*9880d681SAndroid Build Coastguard Worker}
13