commit | 888fa33cfbd55b8944f971886eeda1bbca406af4 | [log] [tgz] |
---|---|---|
author | Matthijs Kooijman <matthijs@stdin.nl> | Tue Jun 10 16:04:47 2008 +0000 |
committer | Matthijs Kooijman <matthijs@stdin.nl> | Tue Jun 10 16:04:47 2008 +0000 |
tree | 8fe48a67d78dc7b670631f6784cc482b6a40e454 | |
parent | 7f88d9c62b9942d01185ef434010e4e6e92b4d33 [diff] [blame] |
Fix some escaping and quoting in RUN lines, mainly involving { and <. In two cases quoting of <{ didn't work out, so I changed the grep to check for }> instead. This fixes 7 testcases that were not properly running before. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@52182 91177308-0d34-0410-b5e6-96231b3b80d8
diff --git a/test/Transforms/ScalarRepl/2003-10-29-ArrayProblem.ll b/test/Transforms/ScalarRepl/2003-10-29-ArrayProblem.ll index 47b7035..e366a65 100644 --- a/test/Transforms/ScalarRepl/2003-10-29-ArrayProblem.ll +++ b/test/Transforms/ScalarRepl/2003-10-29-ArrayProblem.ll
@@ -1,5 +1,5 @@ ; RUN: llvm-as < %s | opt -scalarrepl | llvm-dis | \ -; RUN: grep alloca | grep \{ +; RUN: grep alloca | grep {\\{} declare i32 @.callback_1(i8*)