From: Duncan Sands Date: Fri, 6 Jul 2012 14:43:16 +0000 (+0000) Subject: Attempt to fix windows buildbots. Patch by James Benton. X-Git-Url: http://demsky.eecs.uci.edu/git/?a=commitdiff_plain;h=4c3916f84015fcde4d619a3f3c983d0106fdf86a;p=oota-llvm.git Attempt to fix windows buildbots. Patch by James Benton. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@159826 91177308-0d34-0410-b5e6-96231b3b80d8 --- diff --git a/test/CodeGen/X86/sext-setcc-self.ll b/test/CodeGen/X86/sext-setcc-self.ll index 55ae7fea9af..23d66a24724 100644 --- a/test/CodeGen/X86/sext-setcc-self.ll +++ b/test/CodeGen/X86/sext-setcc-self.ll @@ -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: