mirror of
https://github.com/c64scene-ar/llvm-6502.git
synced 2024-12-26 05:32:25 +00: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
|
||
|
}
|