mirror of
https://github.com/jeremysrand/llvm-65816.git
synced 2024-11-17 16:07:00 +00:00
8 lines
133 B
LLVM
8 lines
133 B
LLVM
|
; RUN: llc -O0 -mtriple=i386-pc-win32 -filetype=asm -o - %s | FileCheck %s
|
||
|
|
||
|
define i32 @foo() {
|
||
|
ret i32 0
|
||
|
}
|
||
|
|
||
|
; CHECK: @feat.00 = 1
|