Convert tests using "| wc -l | grep ..." to use the count script.
authorDan Gohman <gohman@apple.com>
Wed, 15 Aug 2007 13:36:28 +0000 (13:36 +0000)
committerDan Gohman <gohman@apple.com>
Wed, 15 Aug 2007 13:36:28 +0000 (13:36 +0000)
commit28beeeac4db2d582d4947db96d62e423e4b68d88
tree3a500b846e77d285021ec12e3ef0bbe69c498b82
parent7375bb9c8c82115dd401d67f0baaf30d6c481bd0
Convert tests using "| wc -l | grep ..." to use the count script.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@41097 91177308-0d34-0410-b5e6-96231b3b80d8
228 files changed:
test/Analysis/LoadVN/casts.ll
test/Assembler/2007-01-12-Varargs-Upgrade.ll
test/Assembler/2007-01-27-UpgradePointers.ll
test/C++Frontend/2007-04-11-InlineStorageClassC++.cpp
test/CFrontend/2004-02-13-BuiltinFrameReturnAddress.c.tr
test/CFrontend/2004-02-13-Memset.c
test/CFrontend/2006-01-16-BitCountIntrinsicsUnsigned.c
test/CFrontend/2006-01-23-FileScopeAsm.c
test/CFrontend/2007-04-11-InlineStorageClassC89.c
test/CFrontend/2007-04-11-InlineStorageClassC99.c
test/CFrontend/2007-07-29-RestrictPtrArg.c
test/CFrontend/sret.c
test/CodeGen/ARM/2007-05-07-tailmerge-1.ll
test/CodeGen/ARM/2007-05-09-tailmerge-2.ll
test/CodeGen/ARM/2007-05-22-tailmerge-3.ll
test/CodeGen/ARM/arguments.ll
test/CodeGen/ARM/bits.ll
test/CodeGen/ARM/constants.ll
test/CodeGen/ARM/fcopysign.ll
test/CodeGen/ARM/fp.ll
test/CodeGen/ARM/fpcmp.ll
test/CodeGen/ARM/fpmem.ll
test/CodeGen/ARM/fptoint.ll
test/CodeGen/ARM/hello.ll
test/CodeGen/ARM/ifcvt1.ll
test/CodeGen/ARM/ifcvt2.ll
test/CodeGen/ARM/ifcvt3.ll
test/CodeGen/ARM/ifcvt4.ll
test/CodeGen/ARM/ifcvt5.ll
test/CodeGen/ARM/ifcvt6.ll
test/CodeGen/ARM/ifcvt7.ll
test/CodeGen/ARM/ifcvt8.ll
test/CodeGen/ARM/insn-sched1.ll
test/CodeGen/ARM/large-stack.ll
test/CodeGen/ARM/ldm.ll
test/CodeGen/ARM/ldr.ll
test/CodeGen/ARM/ldr_ext.ll
test/CodeGen/ARM/ldr_frame.ll
test/CodeGen/ARM/ldr_post.ll
test/CodeGen/ARM/ldr_pre.ll
test/CodeGen/ARM/load-global.ll
test/CodeGen/ARM/long-setcc.ll
test/CodeGen/ARM/long.ll
test/CodeGen/ARM/long_shift.ll
test/CodeGen/ARM/mul.ll
test/CodeGen/ARM/mulhi.ll
test/CodeGen/ARM/mvn.ll
test/CodeGen/ARM/pack.ll
test/CodeGen/ARM/select.ll
test/CodeGen/ARM/select_xform.ll
test/CodeGen/ARM/smul.ll
test/CodeGen/ARM/stack-frame.ll
test/CodeGen/ARM/str_post.ll
test/CodeGen/ARM/str_pre.ll
test/CodeGen/ARM/str_trunc.ll
test/CodeGen/ARM/sxt_rot.ll
test/CodeGen/ARM/trunc_ldr.ll
test/CodeGen/ARM/unord.ll
test/CodeGen/ARM/uxt_rot.ll
test/CodeGen/ARM/uxtb.ll
test/CodeGen/ARM/vargs2.ll
test/CodeGen/ARM/vargs_align.ll
test/CodeGen/ARM/vfp.ll
test/CodeGen/Alpha/2005-07-12-TwoMallocCalls.ll
test/CodeGen/Alpha/add.ll
test/CodeGen/Alpha/cmpbge.ll
test/CodeGen/CBackend/2006-12-11-Float-Bitcast.ll
test/CodeGen/Generic/SwitchLowering.ll
test/CodeGen/Generic/phi-immediate-factoring.ll
test/CodeGen/Generic/switch-crit-edge-constant.ll
test/CodeGen/Generic/switch-lower-feature-2.ll
test/CodeGen/Generic/switch-lower-feature.ll
test/CodeGen/PowerPC/2005-09-02-LegalizeDuplicatesCalls.ll
test/CodeGen/PowerPC/2006-07-07-ComputeMaskedBits.ll
test/CodeGen/PowerPC/2007-02-23-lr-saved-twice.ll
test/CodeGen/PowerPC/2007-05-22-tailmerge-3.ll
test/CodeGen/PowerPC/addc.ll
test/CodeGen/PowerPC/align.ll
test/CodeGen/PowerPC/branch-opt.ll
test/CodeGen/PowerPC/bswap-load-store.ll
test/CodeGen/PowerPC/buildvec_canonicalize.ll
test/CodeGen/PowerPC/calls.ll
test/CodeGen/PowerPC/constants.ll
test/CodeGen/PowerPC/eqv-andc-orc-nor.ll
test/CodeGen/PowerPC/extsh.ll
test/CodeGen/PowerPC/fma.ll
test/CodeGen/PowerPC/fp-branch.ll
test/CodeGen/PowerPC/fp_to_uint.ll
test/CodeGen/PowerPC/mulhs.ll
test/CodeGen/PowerPC/rlwimi.ll
test/CodeGen/PowerPC/rlwimi2.ll
test/CodeGen/PowerPC/rlwinm.ll
test/CodeGen/PowerPC/rlwinm2.ll
test/CodeGen/PowerPC/rotl-2.ll
test/CodeGen/PowerPC/rotl.ll
test/CodeGen/PowerPC/subc.ll
test/CodeGen/PowerPC/unsafe-math.ll
test/CodeGen/PowerPC/vcmp-fold.ll
test/CodeGen/PowerPC/vec_shuffle.ll
test/CodeGen/PowerPC/vec_spat.ll
test/CodeGen/SPARC/xnor.ll
test/CodeGen/X86/2006-01-19-ISelFoldingBug.ll
test/CodeGen/X86/2006-04-27-ISelFoldingBug.ll
test/CodeGen/X86/2006-11-28-Memcpy.ll
test/CodeGen/X86/2007-01-08-InstrSched.ll
test/CodeGen/X86/2007-03-15-GEP-Idx-Sink.ll
test/CodeGen/X86/2007-04-25-MMX-PADDQ.ll
test/CodeGen/X86/2007-06-14-branchfold.ll
test/CodeGen/X86/2007-08-10-LEA16Use32.ll
test/CodeGen/X86/2007-08-10-SignExtSubreg.ll
test/CodeGen/X86/2007-08-13-SpillerReuse.ll
test/CodeGen/X86/and-or-fold.ll
test/CodeGen/X86/bitcast2.ll
test/CodeGen/X86/bswap.ll
test/CodeGen/X86/call-push.ll
test/CodeGen/X86/cmp-test.ll
test/CodeGen/X86/commute-two-addr.ll
test/CodeGen/X86/compare_folding.llx
test/CodeGen/X86/dollar-name.ll
test/CodeGen/X86/extend.ll
test/CodeGen/X86/extern_weak.ll
test/CodeGen/X86/fabs.ll
test/CodeGen/X86/fildll.ll
test/CodeGen/X86/fp-stack-ret.ll
test/CodeGen/X86/fsxor-alignment.ll
test/CodeGen/X86/lea-recursion.ll
test/CodeGen/X86/long-setcc.ll
test/CodeGen/X86/loop-strength-reduce.ll
test/CodeGen/X86/mingw-alloca.ll
test/CodeGen/X86/mmx-insert-element.ll
test/CodeGen/X86/mmx-punpckhdq.ll
test/CodeGen/X86/peep-vector-extract-insert.ll
test/CodeGen/X86/pr1489.ll
test/CodeGen/X86/pr1505b.ll
test/CodeGen/X86/rotate.ll
test/CodeGen/X86/scalar-min-max-fill-operand.ll
test/CodeGen/X86/scalar_sse_minmax.ll
test/CodeGen/X86/shift-codegen.ll
test/CodeGen/X86/shift-double.llx
test/CodeGen/X86/shift-folding.ll
test/CodeGen/X86/sse-align-1.ll
test/CodeGen/X86/sse-align-10.ll
test/CodeGen/X86/sse-align-12.ll
test/CodeGen/X86/sse-align-2.ll
test/CodeGen/X86/sse-align-3.ll
test/CodeGen/X86/sse-align-4.ll
test/CodeGen/X86/sse-align-5.ll
test/CodeGen/X86/sse-align-6.ll
test/CodeGen/X86/sse-align-7.ll
test/CodeGen/X86/sse-align-8.ll
test/CodeGen/X86/sse-align-9.ll
test/CodeGen/X86/store-global-address.ll
test/CodeGen/X86/store_op_load_fold2.ll
test/CodeGen/X86/test-hidden.ll
test/CodeGen/X86/test-pic-1.ll
test/CodeGen/X86/test-pic-2.ll
test/CodeGen/X86/test-pic-3.ll
test/CodeGen/X86/test-pic-4.ll
test/CodeGen/X86/test-pic-5.ll
test/CodeGen/X86/test-pic-6.ll
test/CodeGen/X86/test-pic-cpool.ll
test/CodeGen/X86/test-pic-jtbl.ll
test/CodeGen/X86/vec_extract.ll
test/CodeGen/X86/vec_insert.ll
test/CodeGen/X86/vec_logical.ll
test/CodeGen/X86/vec_set-2.ll
test/CodeGen/X86/vec_set-3.ll
test/CodeGen/X86/vec_set-4.ll
test/CodeGen/X86/vec_set-5.ll
test/CodeGen/X86/vec_set-6.ll
test/CodeGen/X86/vec_set-7.ll
test/CodeGen/X86/vec_set.ll
test/CodeGen/X86/vec_shuffle-10.ll
test/CodeGen/X86/vec_shuffle-2.ll
test/CodeGen/X86/vec_shuffle-3.ll
test/CodeGen/X86/vec_shuffle-4.ll
test/CodeGen/X86/vec_shuffle-5.ll
test/CodeGen/X86/vec_shuffle-6.ll
test/CodeGen/X86/vec_shuffle-7.ll
test/CodeGen/X86/vec_shuffle-9.ll
test/CodeGen/X86/vec_shuffle.ll
test/CodeGen/X86/vec_splat-2.ll
test/CodeGen/X86/vec_ss_load_fold.ll
test/CodeGen/X86/vec_zero.ll
test/CodeGen/X86/x86-64-mem.ll
test/Other/2004-08-16-LowerPacked.ll
test/Other/2004-08-16-PackedGlobalConstant.ll
test/Other/2004-08-16-PackedSelect.ll
test/Other/2004-08-16-PackedSimple.ll
test/TableGen/MultiClass.td
test/Transforms/ConstProp/float-to-ptr-cast.ll
test/Transforms/GVN/basic.ll
test/Transforms/GVN/dominated.ll
test/Transforms/GVN/mixed.ll
test/Transforms/GVN/nonlocal.ll
test/Transforms/GVN/semidominated.ll
test/Transforms/IndVarsSimplify/complex-scev.ll
test/Transforms/InstCombine/2006-10-26-VectorReassoc.ll
test/Transforms/InstCombine/2006-12-15-Range-Test.ll
test/Transforms/InstCombine/and-compare.ll
test/Transforms/InstCombine/and-or-not.ll
test/Transforms/InstCombine/and-xor-merge.ll
test/Transforms/InstCombine/apint-and-compare.ll
test/Transforms/InstCombine/apint-and-xor-merge.ll
test/Transforms/InstCombine/apint-shift-simplify.ll
test/Transforms/InstCombine/bswap-fold.ll
test/Transforms/InstCombine/bswap.ll
test/Transforms/InstCombine/loadstore-alignment.ll
test/Transforms/InstCombine/shift-simplify.ll
test/Transforms/InstCombine/shift-sra.ll
test/Transforms/InstCombine/store-merge.ll
test/Transforms/InstCombine/udiv_select_to_select_shift.ll
test/Transforms/InstCombine/vec_insert_to_shuffle.ll
test/Transforms/InstCombine/zext-fold.ll
test/Transforms/LoopSimplify/phi-node-simplify.ll
test/Transforms/LoopStrengthReduce/dont_insert_redundant_ops.ll
test/Transforms/LoopStrengthReduce/related_indvars.ll
test/Transforms/LoopStrengthReduce/share_code_in_preheader.ll
test/Transforms/LoopStrengthReduce/share_ivs.ll
test/Transforms/LoopUnswitch/2007-07-18-DomInfo.ll
test/Transforms/LowerSwitch/feature.ll
test/Transforms/Reassociate/basictest3.ll
test/Transforms/Reassociate/mul-factor3.ll
test/Transforms/Reassociate/mulfactor.ll
test/Transforms/Reassociate/mulfactor2.ll
test/Transforms/Reassociate/shift-factor.ll
test/Transforms/SimplifyCFG/branch-fold.ll
test/Transforms/SimplifyCFG/switch_switch_fold.ll