Remove dead greps.
authorDaniel Dunbar <daniel@zuster.org>
Thu, 3 Sep 2009 20:59:02 +0000 (20:59 +0000)
committerDaniel Dunbar <daniel@zuster.org>
Thu, 3 Sep 2009 20:59:02 +0000 (20:59 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@80946 91177308-0d34-0410-b5e6-96231b3b80d8

test/CodeGen/X86/vshift-4.ll

index 33ea1fc8757ecb62aea71318aff560a3cb0d91ce..4e2c8bcf7a19a0795efce03b8d28154e8044575e 100644 (file)
@@ -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.