diff options
Diffstat (limited to 'llvm/test/CodeGen/X86/coff-feat00.ll')
| -rw-r--r-- | llvm/test/CodeGen/X86/coff-feat00.ll | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/llvm/test/CodeGen/X86/coff-feat00.ll b/llvm/test/CodeGen/X86/coff-feat00.ll new file mode 100644 index 00000000000..1dcd4276399 --- /dev/null +++ b/llvm/test/CodeGen/X86/coff-feat00.ll @@ -0,0 +1,7 @@ +; RUN: llc -O0 -mtriple=i386-pc-win32 -filetype=asm -o - %s | FileCheck %s + +define i32 @foo() { + ret i32 0 +} + +; CHECK: @feat.00 = 1 |

