From e57dc10985dde5c216737d66b7d332401e05fa1b Mon Sep 17 00:00:00 2001 From: Daniel Dunbar Date: Fri, 4 Sep 2009 05:07:52 +0000 Subject: [PATCH] Remove stale greps. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@80986 91177308-0d34-0410-b5e6-96231b3b80d8 --- test/CodeGen/ARM/vdup.ll | 3 --- 1 file changed, 3 deletions(-) diff --git a/test/CodeGen/ARM/vdup.ll b/test/CodeGen/ARM/vdup.ll index 0d0087b9733..189df8ceedf 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: -- 2.11.0