commit | 75fbed164f711d9a966cfe7e3c794277737a75dd | [log] [tgz] |
---|---|---|
author | Evan Cheng <evan.cheng@apple.com> | Thu Jun 12 21:23:38 2008 +0000 |
committer | Evan Cheng <evan.cheng@apple.com> | Thu Jun 12 21:23:38 2008 +0000 |
tree | efd7c1a9e9c74f76a8266b9aa22250a596b3be1a | |
parent | 24541a6b4a96a6e4fc5dfd45854d317c0e27c185 [diff] |
Fix some tests. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@52245 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 e366a65..feadc3e 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*)