1
0
mirror of https://github.com/RPCS3/llvm-mirror.git synced 2024-10-20 03:23:01 +02:00

Attempt to fix windows buildbots. Patch by James Benton.

llvm-svn: 159826
This commit is contained in:
Duncan Sands 2012-07-06 14:43:16 +00:00
parent aac3b7a46a
commit ffd9b270f2

View File

@ -1,8 +1,4 @@
; RUN: llc -march=x86 -mcpu=nehalem < %s | FileCheck %s
; FIXME: The failure cannot be reproduced with, ... why?
; llc -mtriple=i686-win32 -mcpu=nehalem
; XFAIL: cygwin,mingw32,win32
; RUN: llc -march=x86-64 -mcpu=nehalem -asm-verbose=false < %s | FileCheck %s
define <4 x i32> @test_ueq(<4 x float> %in) {
entry: