Skip to content

Commit d6c6766

Browse files
committed
address test feedback
1 parent 774d9c9 commit d6c6766

File tree

1 file changed

+3
-6
lines changed

1 file changed

+3
-6
lines changed

llvm/test/CodeGen/X86/fltused_vec.ll

Lines changed: 3 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,8 @@
11
; The purpose of this test to verify that the fltused symbol is
22
; not emitted when purely vector floating point operations are used on Windows.
33

4-
; RUN: llc < %s -mtriple i686-pc-win32 | FileCheck %s --check-prefix WIN32
5-
; RUN: llc < %s -mtriple x86_64-pc-win32 | FileCheck %s --check-prefix WIN64
6-
; RUN: llc < %s -O0 -mtriple i686-pc-win32 | FileCheck %s --check-prefix WIN32
7-
; RUN: llc < %s -O0 -mtriple x86_64-pc-win32 | FileCheck %s --check-prefix WIN64
4+
; RUN: llc < %s -mtriple i686-pc-win32 | FileCheck %s
5+
; RUN: llc < %s -mtriple x86_64-pc-win32 | FileCheck %s
86

97
@foo = external dso_local global [4 x float], align 16
108

@@ -28,5 +26,4 @@ entry:
2826
}
2927

3028
; _fltused is determined at a module level
31-
; WIN32-NOT: .globl __fltused
32-
; WIN64-NOT: .globl _fltused
29+
; CHECK-NOT: .globl {{_?}}_fltused

0 commit comments

Comments
 (0)