summaryrefslogtreecommitdiff
path: root/test/CodeGen/X86/vshift-4.ll
diff options
context:
space:
mode:
authorDaniel Dunbar <daniel@zuster.org>2009-09-03 20:59:02 +0000
committerDaniel Dunbar <daniel@zuster.org>2009-09-03 20:59:02 +0000
commita87f9218be416694710d174af5242ec0f87e0f6c (patch)
tree02ff01e55b980c7f1fd8bacb44470f7b1a658f51 /test/CodeGen/X86/vshift-4.ll
parentcc80df92c18c125ab31a273f1490ab99eb25f0d1 (diff)
downloadllvm-a87f9218be416694710d174af5242ec0f87e0f6c.tar.gz
llvm-a87f9218be416694710d174af5242ec0f87e0f6c.tar.bz2
llvm-a87f9218be416694710d174af5242ec0f87e0f6c.tar.xz
Remove dead greps.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@80946 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'test/CodeGen/X86/vshift-4.ll')
-rw-r--r--test/CodeGen/X86/vshift-4.ll3
1 files changed, 0 insertions, 3 deletions
diff --git a/test/CodeGen/X86/vshift-4.ll b/test/CodeGen/X86/vshift-4.ll
index 33ea1fc875..4e2c8bcf7a 100644
--- a/test/CodeGen/X86/vshift-4.ll
+++ b/test/CodeGen/X86/vshift-4.ll
@@ -1,7 +1,4 @@
; RUN: llvm-as < %s | llc -march=x86 -mattr=+sse2 -disable-mmx | FileCheck %s
-; RUN: grep psllq %t | count 1
-; RUN: grep pslld %t | count 3
-; RUN: grep psllw %t | count 2
; test vector shifts converted to proper SSE2 vector shifts when the shift
; amounts are the same when using a shuffle splat.