aboutsummaryrefslogtreecommitdiffstats
path: root/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
commit6ca06cd8a84b8df751c90264c2d595fd325fdfdb (patch)
treeb1d7cc772dc434a52809f38851c1e87df45d954b /test/Transforms/ScalarRepl/2003-10-29-ArrayProblem.ll
parent1af7f7291d0689e2d58f900c9b5ecaddec56caa1 (diff)
downloadexternal_llvm-6ca06cd8a84b8df751c90264c2d595fd325fdfdb.zip
external_llvm-6ca06cd8a84b8df751c90264c2d595fd325fdfdb.tar.gz
external_llvm-6ca06cd8a84b8df751c90264c2d595fd325fdfdb.tar.bz2
Use %% for literals in RUN lines.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@138647 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'test/Transforms/ScalarRepl/2003-10-29-ArrayProblem.ll')
-rw-r--r--test/Transforms/ScalarRepl/2003-10-29-ArrayProblem.ll2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/Transforms/ScalarRepl/2003-10-29-ArrayProblem.ll b/test/Transforms/ScalarRepl/2003-10-29-ArrayProblem.ll
index d754987..00e43a7 100644
--- a/test/Transforms/ScalarRepl/2003-10-29-ArrayProblem.ll
+++ b/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*)