summaryrefslogtreecommitdiff
path: root/test/CodeGen/X86/2011-12-28-vselecti8.ll
diff options
context:
space:
mode:
authorNadav Rotem <nrotem@apple.com>2013-02-24 07:09:35 +0000
committerNadav Rotem <nrotem@apple.com>2013-02-24 07:09:35 +0000
commitf8db4478f80ef63cf51518affc7b97c9d310bc23 (patch)
treec27f372d33761bab7ef8f928ba7e5431ef071363 /test/CodeGen/X86/2011-12-28-vselecti8.ll
parent459d35cb7975804048684261f2358eedbd2209c1 (diff)
downloadllvm-f8db4478f80ef63cf51518affc7b97c9d310bc23.tar.gz
llvm-f8db4478f80ef63cf51518affc7b97c9d310bc23.tar.bz2
llvm-f8db4478f80ef63cf51518affc7b97c9d310bc23.tar.xz
Revert r169638 because it broke Mesa llvmpipe tests.
Fix PR15239. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@175985 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'test/CodeGen/X86/2011-12-28-vselecti8.ll')
-rw-r--r--test/CodeGen/X86/2011-12-28-vselecti8.ll2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/CodeGen/X86/2011-12-28-vselecti8.ll b/test/CodeGen/X86/2011-12-28-vselecti8.ll
index 1a9d46d1e2..dbc122ac6e 100644
--- a/test/CodeGen/X86/2011-12-28-vselecti8.ll
+++ b/test/CodeGen/X86/2011-12-28-vselecti8.ll
@@ -5,7 +5,7 @@ target triple = "x86_64-apple-darwin11.2.0"
; CHECK: @foo8
; CHECK: psll
-; CHECK-NOT: psraw
+; CHECK: psraw
; CHECK: pblendvb
; CHECK: ret
define void @foo8(float* nocapture %RET) nounwind {