mirror of
https://github.com/RPCS3/llvm-mirror.git
synced 2024-11-25 12:12:47 +01:00
13 lines
227 B
LLVM
13 lines
227 B
LLVM
|
; RUN: llvm-as < %s | llc -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
|
||
|
}
|