fix test attributes; this is an SSE2 test, not a Nehalem test
[oota-llvm.git] / test / CodeGen / X86 / fltused.ll
index a89602129050a02e4ceb4006faffc43c6baed75b..81511a33f5cb1c31ff7394f233588d36b5381d55 100644 (file)
@@ -2,7 +2,10 @@
 ; any function is called with floating point arguments on Windows. And that it
 ; is not emitted otherwise.
 
-; RUN: llc < %s -mtriple i686-pc-win32 | FileCheck %s
+; RUN: llc < %s -mtriple i686-pc-win32 | FileCheck %s --check-prefix WIN32
+; RUN: llc < %s -mtriple x86_64-pc-win32 | FileCheck %s --check-prefix WIN64
+; RUN: llc < %s -O0 -mtriple i686-pc-win32 | FileCheck %s --check-prefix WIN32
+; RUN: llc < %s -O0 -mtriple x86_64-pc-win32 | FileCheck %s --check-prefix WIN64
 
 @.str = private constant [4 x i8] c"%f\0A\00"
 
@@ -14,4 +17,5 @@ entry:
 
 declare i32 @printf(i8* nocapture, ...) nounwind
 
-; CHECK: .globl __fltused
+; WIN32: .globl __fltused
+; WIN64: .globl _fltused