summaryrefslogtreecommitdiff
path: root/test/CodeGen/X86/coff-feat00.ll
diff options
context:
space:
mode:
Diffstat (limited to 'test/CodeGen/X86/coff-feat00.ll')
-rw-r--r--test/CodeGen/X86/coff-feat00.ll6
1 files changed, 2 insertions, 4 deletions
diff --git a/test/CodeGen/X86/coff-feat00.ll b/test/CodeGen/X86/coff-feat00.ll
index 048aa34345..1dcd427639 100644
--- a/test/CodeGen/X86/coff-feat00.ll
+++ b/test/CodeGen/X86/coff-feat00.ll
@@ -1,9 +1,7 @@
-; RUN: llc -O0 -mtriple=i386-pc-win32 -filetype=asm -o - %s | FileCheck %s --check-prefix=WIN32
-; RUN: llc -O0 -mtriple=i386-pc-cygwin -filetype=asm -o - %s | FileCheck %s --check-prefix=CYGWIN
+; RUN: llc -O0 -mtriple=i386-pc-win32 -filetype=asm -o - %s | FileCheck %s
define i32 @foo() {
ret i32 0
}
-; WIN32: "@feat.00" = 1
-; CYGWIN-NOT: "@feat.00" = 1
+; CHECK: @feat.00 = 1