diff options
author | Daniel Dunbar <daniel@zuster.org> | 2009-09-03 20:59:02 +0000 |
---|---|---|
committer | Daniel Dunbar <daniel@zuster.org> | 2009-09-03 20:59:02 +0000 |
commit | abf2bb683a612921d3dca6a2738e01c2933ffb54 (patch) | |
tree | 9a0e728459d16965ce7d3c6df228f2f909ef30ce | |
parent | 5c7d9ca53d52c0c7b5280f398c5efa65f715aff7 (diff) | |
download | bcm5719-llvm-abf2bb683a612921d3dca6a2738e01c2933ffb54.tar.gz bcm5719-llvm-abf2bb683a612921d3dca6a2738e01c2933ffb54.zip |
Remove dead greps.
llvm-svn: 80946
-rw-r--r-- | llvm/test/CodeGen/X86/vshift-4.ll | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/llvm/test/CodeGen/X86/vshift-4.ll b/llvm/test/CodeGen/X86/vshift-4.ll index 33ea1fc8757..4e2c8bcf7a1 100644 --- a/llvm/test/CodeGen/X86/vshift-4.ll +++ b/llvm/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. |