Fix some escaping and quoting in RUN lines, mainly involving { and <. In two
authorMatthijs Kooijman <matthijs@stdin.nl>
Tue, 10 Jun 2008 16:04:47 +0000 (16:04 +0000)
committerMatthijs Kooijman <matthijs@stdin.nl>
Tue, 10 Jun 2008 16:04:47 +0000 (16:04 +0000)
commit888fa33cfbd55b8944f971886eeda1bbca406af4
tree8fe48a67d78dc7b670631f6784cc482b6a40e454
parent7f88d9c62b9942d01185ef434010e4e6e92b4d33
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
test/Assembler/AutoUpgradeIntrinsics.ll
test/Feature/packed_struct.ll
test/Integer/packed_struct_bt.ll
test/Linker/2003-10-21-ConflictingTypesTolerance.ll
test/Linker/2004-12-03-DisagreeingType.ll
test/Transforms/ScalarRepl/2003-09-12-IncorrectPromote.ll
test/Transforms/ScalarRepl/2003-10-29-ArrayProblem.ll