OSDN Git Service

For PR1319:
authorReid Spencer <rspencer@reidspencer.com>
Sun, 15 Apr 2007 07:38:21 +0000 (07:38 +0000)
committerReid Spencer <rspencer@reidspencer.com>
Sun, 15 Apr 2007 07:38:21 +0000 (07:38 +0000)
commit7c65d4345ea93967e2d943765c3fa945beb72aab
tree9a09cee7dbfcca1e7a392daf493d8e84b011db79
parenta20c22f19083a2f9a4344549eccfbb40f39cbad3
For PR1319:
Make use of the END. facility on all files > 1K so that we aren't wasting CPU
cycles searching for RUN: lines that we'll never find.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@36059 91177308-0d34-0410-b5e6-96231b3b80d8
35 files changed:
test/Transforms/InstCombine/2002-05-14-TouchDeletedInst.ll
test/Transforms/InstCombine/2003-07-21-ExternalConstant.ll
test/Transforms/InstCombine/2004-11-27-SetCCForCastLargerAndConstant.ll
test/Transforms/InstCombine/2006-04-01-InfLoop.ll
test/Transforms/InstCombine/2006-05-04-DemandedBitCrash.ll
test/Transforms/InstCombine/2006-05-06-Infloop.ll
test/Transforms/InstCombine/2006-09-11-EmptyStructCrash.ll
test/Transforms/InstCombine/2006-12-08-Select-ICmp.ll
test/Transforms/InstCombine/2006-12-10-ICmp-GEP-GEP.ll
test/Transforms/InstCombine/2006-12-23-Select-Cmp-Cmp.ll
test/Transforms/InstCombine/2007-03-26-BadShiftMask.ll
test/Transforms/InstCombine/CPP_min_max.llx
test/Transforms/InstCombine/add.ll
test/Transforms/InstCombine/and-or-and.ll
test/Transforms/InstCombine/and.ll
test/Transforms/InstCombine/apint-add2.ll
test/Transforms/InstCombine/apint-and-or-and.ll
test/Transforms/InstCombine/apint-and1.ll
test/Transforms/InstCombine/apint-and2.ll
test/Transforms/InstCombine/apint-sub.ll
test/Transforms/InstCombine/apint-xor2.ll
test/Transforms/InstCombine/bswap.ll
test/Transforms/InstCombine/call.ll
test/Transforms/InstCombine/cast.ll
test/Transforms/InstCombine/div.ll
test/Transforms/InstCombine/getelementptr-setcc.ll
test/Transforms/InstCombine/getelementptr.ll
test/Transforms/InstCombine/mul.ll
test/Transforms/InstCombine/or.ll
test/Transforms/InstCombine/phi.ll
test/Transforms/InstCombine/rem.ll
test/Transforms/InstCombine/select.ll
test/Transforms/InstCombine/signext.ll
test/Transforms/InstCombine/vec_insert_to_shuffle.ll
test/Transforms/InstCombine/vec_shuffle.ll