aboutsummaryrefslogtreecommitdiff
path: root/test/CodeGen/PowerPC/branch-opt.ll
diff options
context:
space:
mode:
Diffstat (limited to 'test/CodeGen/PowerPC/branch-opt.ll')
-rw-r--r--test/CodeGen/PowerPC/branch-opt.ll2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/CodeGen/PowerPC/branch-opt.ll b/test/CodeGen/PowerPC/branch-opt.ll
index cc02e406aa61..dda1538f1cdf 100644
--- a/test/CodeGen/PowerPC/branch-opt.ll
+++ b/test/CodeGen/PowerPC/branch-opt.ll
@@ -1,5 +1,5 @@
; RUN: llc < %s -march=ppc32 | \
-; RUN: grep {b LBB.*} | count 4
+; RUN: grep "b LBB.*" | count 4
target datalayout = "E-p:32:32"
target triple = "powerpc-apple-darwin8.7.0"