Remove dead greps.

llvm-svn: 80946
This commit is contained in:
Daniel Dunbar 2009-09-03 20:59:02 +00:00
parent 5c7d9ca53d
commit abf2bb683a
1 changed files with 0 additions and 3 deletions

View 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.