diff options
author | Daniel Dunbar <daniel@zuster.org> | 2009-09-04 05:07:52 +0000 |
---|---|---|
committer | Daniel Dunbar <daniel@zuster.org> | 2009-09-04 05:07:52 +0000 |
commit | e57dc10985dde5c216737d66b7d332401e05fa1b (patch) | |
tree | b6b79d3551589f7b78b68c6d70e1f82decbd0b35 | |
parent | c1f329bf2bc4298f89212e96df65a67c7baacea9 (diff) |
Remove stale greps.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@80986 91177308-0d34-0410-b5e6-96231b3b80d8
-rw-r--r-- | test/CodeGen/ARM/vdup.ll | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/test/CodeGen/ARM/vdup.ll b/test/CodeGen/ARM/vdup.ll index 0d0087b973..189df8ceed 100644 --- a/test/CodeGen/ARM/vdup.ll +++ b/test/CodeGen/ARM/vdup.ll @@ -1,7 +1,4 @@ ; RUN: llvm-as < %s | llc -march=arm -mattr=+neon | FileCheck %s -; RUN: grep vdup.8 %t | count 4 -; RUN: grep vdup.16 %t | count 4 -; RUN: grep vdup.32 %t | count 10 define <8 x i8> @v_dup8(i8 %A) nounwind { ;CHECK: v_dup8: |