mirror of
https://github.com/RPCS3/llvm-mirror.git
synced 2024-11-01 08:23:21 +01:00
142428ce64
llvm-svn: 81293
13 lines
217 B
LLVM
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
|
|
}
|