summaryrefslogtreecommitdiffstats
path: root/llvm/test/Transforms/ScalarRepl/2003-10-29-ArrayProblem.ll
diff options
context:
space:
mode:
authorAndrew Trick <atrick@apple.com>2011-08-26 20:09:48 +0000
committerAndrew Trick <atrick@apple.com>2011-08-26 20:09:48 +0000
commit07aeb629ecc2e6d736660c0f5e0bc273ef267215 (patch)
tree6bd1435b869a166205c008a1becf1523ecff1a5b /llvm/test/Transforms/ScalarRepl/2003-10-29-ArrayProblem.ll
parent8f258513a18f62360160b1a03ce65b6bdfeb9c6b (diff)
downloadbcm5719-llvm-07aeb629ecc2e6d736660c0f5e0bc273ef267215.tar.gz
bcm5719-llvm-07aeb629ecc2e6d736660c0f5e0bc273ef267215.zip
Use %% for literals in RUN lines.
llvm-svn: 138647
Diffstat (limited to 'llvm/test/Transforms/ScalarRepl/2003-10-29-ArrayProblem.ll')
-rw-r--r--llvm/test/Transforms/ScalarRepl/2003-10-29-ArrayProblem.ll2
1 files changed, 1 insertions, 1 deletions
diff --git a/llvm/test/Transforms/ScalarRepl/2003-10-29-ArrayProblem.ll b/llvm/test/Transforms/ScalarRepl/2003-10-29-ArrayProblem.ll
index d75498716df..00e43a79043 100644
--- a/llvm/test/Transforms/ScalarRepl/2003-10-29-ArrayProblem.ll
+++ b/llvm/test/Transforms/ScalarRepl/2003-10-29-ArrayProblem.ll
@@ -1,4 +1,4 @@
-; RUN: opt < %s -scalarrepl -S | grep {alloca %T}
+; RUN: opt < %s -scalarrepl -S | grep {alloca %%T}
%T = type { [80 x i8], i32, i32 }
declare i32 @.callback_1(i8*)
OpenPOWER on IntegriCloud