summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorNAKAMURA Takumi <geek4civic@gmail.com>2011-02-22 08:22:54 +0000
committerNAKAMURA Takumi <geek4civic@gmail.com>2011-02-22 08:22:54 +0000
commit7f5aa90d62b8dd55da7b46f36ef2d5e3ed2c5ffe (patch)
treeff6821b5366e87499d2670e9a4d47cfd5e82080f
parentbced59bba72b7bcf9fbf9cd10bcc3e477502048d (diff)
downloadbcm5719-llvm-7f5aa90d62b8dd55da7b46f36ef2d5e3ed2c5ffe.tar.gz
bcm5719-llvm-7f5aa90d62b8dd55da7b46f36ef2d5e3ed2c5ffe.zip
Revert r126195, "test/CodeGen/X86/vec_cast.ll: Mark as XFAIL: migw,win32 for workaround of PR8311."
It seems it affected configuration --target=i686-pc-mingw32, I don't know and will investigate why. llvm-svn: 126217
-rw-r--r--llvm/test/CodeGen/X86/vec_cast.ll3
1 files changed, 1 insertions, 2 deletions
diff --git a/llvm/test/CodeGen/X86/vec_cast.ll b/llvm/test/CodeGen/X86/vec_cast.ll
index 6263d5826dd..95289c9685a 100644
--- a/llvm/test/CodeGen/X86/vec_cast.ll
+++ b/llvm/test/CodeGen/X86/vec_cast.ll
@@ -1,6 +1,5 @@
; RUN: llc < %s -march=x86-64 -mcpu=core2
-; PR8311
-; XFAIL: mingw,win32
+
define <8 x i32> @a(<8 x i16> %a) nounwind {
%c = sext <8 x i16> %a to <8 x i32>
OpenPOWER on IntegriCloud