mirror of
https://github.com/c64scene-ar/llvm-6502.git
synced 2024-11-06 05:06:45 +00:00
8 lines
98 B
LLVM
8 lines
98 B
LLVM
|
; RUN: llc < %s -mtriple=thumb | FileCheck %s
|
||
|
|
||
|
; CHECK: .code 16
|
||
|
|
||
|
define void @f() {
|
||
|
ret void
|
||
|
}
|