mirror of
https://github.com/c64scene-ar/llvm-6502.git
synced 2024-11-03 14:08:57 +00:00
10 lines
163 B
LLVM
10 lines
163 B
LLVM
|
; RUN: llvm-as < %s | llvm-dis | FileCheck %s
|
||
|
|
||
|
; CHECK: @fun() #0
|
||
|
define void @fun() #0 {
|
||
|
ret void
|
||
|
}
|
||
|
|
||
|
; CHECK: attributes #0 = { cold }
|
||
|
attributes #0 = { cold }
|