diff options
-rw-r--r-- | test/CodeGen/X86/sext-setcc-self.ll | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/test/CodeGen/X86/sext-setcc-self.ll b/test/CodeGen/X86/sext-setcc-self.ll index c64a43c..55ae7fe 100644 --- a/test/CodeGen/X86/sext-setcc-self.ll +++ b/test/CodeGen/X86/sext-setcc-self.ll @@ -1,5 +1,9 @@ ; 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 + define <4 x i32> @test_ueq(<4 x float> %in) { entry: ; CHECK: pcmpeqd %xmm0, %xmm0 |