summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorChandler Carruth <chandlerc@gmail.com>2011-07-02 20:42:56 +0000
committerChandler Carruth <chandlerc@gmail.com>2011-07-02 20:42:56 +0000
commit5c87df3179120e7e600688d42b4478434d3b2786 (patch)
tree94f794b234b46f1d7874b735daa65312adc819b8
parent106ae7293328a925713b0a672360412cc5a0db18 (diff)
downloadbcm5719-llvm-5c87df3179120e7e600688d42b4478434d3b2786.tar.gz
bcm5719-llvm-5c87df3179120e7e600688d42b4478434d3b2786.zip
Remove a grep that is already checked with FileCheck.
llvm-svn: 134346
-rw-r--r--llvm/test/CodeGen/X86/2007-09-17-ObjcFrameEH.ll2
1 files changed, 1 insertions, 1 deletions
diff --git a/llvm/test/CodeGen/X86/2007-09-17-ObjcFrameEH.ll b/llvm/test/CodeGen/X86/2007-09-17-ObjcFrameEH.ll
index 8518d4c5685..15466a18bd6 100644
--- a/llvm/test/CodeGen/X86/2007-09-17-ObjcFrameEH.ll
+++ b/llvm/test/CodeGen/X86/2007-09-17-ObjcFrameEH.ll
@@ -1,4 +1,4 @@
-; RUN: llc < %s -disable-cfi -march=x86 -mtriple=i686-apple-darwin | grep {isNullOrNil].eh"} | FileCheck %s
+; RUN: llc < %s -disable-cfi -march=x86 -mtriple=i686-apple-darwin | FileCheck %s
; CHECK: "_-[NSString(local) isNullOrNil].eh":
OpenPOWER on IntegriCloud