summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorDale Johannesen <dalej@apple.com>2010-05-28 18:45:59 +0000
committerDale Johannesen <dalej@apple.com>2010-05-28 18:45:59 +0000
commit526bd59aaf318cca2b73a191ef6ef2ccdcad1a23 (patch)
tree23259d76d5bba8b270944ce3bee61075250a7c56
parentf24d7bbbcde2dbdc0eff41034c83f95fd948520b (diff)
downloadbcm5719-llvm-526bd59aaf318cca2b73a191ef6ef2ccdcad1a23.tar.gz
bcm5719-llvm-526bd59aaf318cca2b73a191ef6ef2ccdcad1a23.zip
Add missing space; works for me.
llvm-svn: 104992
-rw-r--r--llvm/test/Transforms/Mem2Reg/ConvertDebugInfo2.ll2
1 files changed, 1 insertions, 1 deletions
diff --git a/llvm/test/Transforms/Mem2Reg/ConvertDebugInfo2.ll b/llvm/test/Transforms/Mem2Reg/ConvertDebugInfo2.ll
index 7e94a8458ac..e637a0f0cd8 100644
--- a/llvm/test/Transforms/Mem2Reg/ConvertDebugInfo2.ll
+++ b/llvm/test/Transforms/Mem2Reg/ConvertDebugInfo2.ll
@@ -1,4 +1,4 @@
-; RUN: opt -mem2reg < %s | llvm-dis | grep ".dbg "| count 6
+; RUN: opt -mem2reg < %s | llvm-dis | grep ".dbg " | count 6
declare void @llvm.dbg.declare(metadata, metadata) nounwind readnone
OpenPOWER on IntegriCloud