e19d552987
Former-commit-id: 4db48158d3a35497b8f118ab21b5f08ac3d86d98
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
|