Convert scripts from using explicit control flow to use the new grep-not script
authorChris Lattner <sabre@nondot.org>
Sat, 28 Jun 2003 22:44:42 +0000 (22:44 +0000)
committerChris Lattner <sabre@nondot.org>
Sat, 28 Jun 2003 22:44:42 +0000 (22:44 +0000)
commitc6cab2415195fe24b5c14e6dc62e1f09da7cf96e
tree95347f6f8a32ce48f7a8c1fff8ba49b610db268d
parent35f7ba9120876f15148392b06c758fc23ec4a075
Convert scripts from using explicit control flow to use the new grep-not script

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@6955 91177308-0d34-0410-b5e6-96231b3b80d8
19 files changed:
test/Transforms/InstCombine/2002-05-14-SubFailure.ll
test/Transforms/InstCombine/2002-12-05-MissedConstProp.ll
test/Transforms/InstCombine/add.ll
test/Transforms/InstCombine/and.ll
test/Transforms/InstCombine/call.ll
test/Transforms/InstCombine/cast-set.ll
test/Transforms/InstCombine/cast.ll
test/Transforms/InstCombine/div.ll
test/Transforms/InstCombine/getelementptr.ll
test/Transforms/InstCombine/load.ll
test/Transforms/InstCombine/not.ll
test/Transforms/InstCombine/or.ll
test/Transforms/InstCombine/phi.ll
test/Transforms/InstCombine/pow.ll
test/Transforms/InstCombine/rem.ll
test/Transforms/InstCombine/set.ll
test/Transforms/InstCombine/setcc-strength-reduce.ll
test/Transforms/InstCombine/shift.ll
test/Transforms/InstCombine/sub.ll