Remove arm_apcscc from the test files. It is the default and doing this
authorRafael Espindola <rafael.espindola@gmail.com>
Thu, 17 Jun 2010 15:18:27 +0000 (15:18 +0000)
committerRafael Espindola <rafael.espindola@gmail.com>
Thu, 17 Jun 2010 15:18:27 +0000 (15:18 +0000)
commit1e81966626635c99bcb77d9291b7f185f2159e2b
tree364e927a8a42392926033780cbef2d996489e99d
parentba6fc63eb291abb40ddf05ef91642a9cac9a90d1
Remove arm_apcscc from the test files. It is the default and doing this
matches what llvm-gcc and clang now produce.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@106221 91177308-0d34-0410-b5e6-96231b3b80d8
110 files changed:
test/CodeGen/ARM/2009-06-22-CoalescerBug.ll
test/CodeGen/ARM/2009-06-30-RegScavengerAssert.ll
test/CodeGen/ARM/2009-06-30-RegScavengerAssert2.ll
test/CodeGen/ARM/2009-06-30-RegScavengerAssert3.ll
test/CodeGen/ARM/2009-06-30-RegScavengerAssert4.ll
test/CodeGen/ARM/2009-06-30-RegScavengerAssert5.ll
test/CodeGen/ARM/2009-07-01-CommuteBug.ll
test/CodeGen/ARM/2009-07-18-RewriterBug.ll
test/CodeGen/ARM/2009-07-22-ScavengerAssert.ll
test/CodeGen/ARM/2009-07-22-SchedulerAssert.ll
test/CodeGen/ARM/2009-07-29-VFP3Registers.ll
test/CodeGen/ARM/2009-08-02-RegScavengerAssert-Neon.ll
test/CodeGen/ARM/2009-08-21-PostRAKill.ll
test/CodeGen/ARM/2009-08-21-PostRAKill2.ll
test/CodeGen/ARM/2009-08-21-PostRAKill3.ll
test/CodeGen/ARM/2009-08-21-PostRAKill4.ll
test/CodeGen/ARM/2009-08-26-ScalarToVector.ll
test/CodeGen/ARM/2009-08-27-ScalarToVector.ll
test/CodeGen/ARM/2009-08-29-ExtractEltf32.ll
test/CodeGen/ARM/2009-08-29-TooLongSplat.ll
test/CodeGen/ARM/2009-08-31-LSDA-Name.ll
test/CodeGen/ARM/2009-09-01-PostRAProlog.ll
test/CodeGen/ARM/2009-09-09-AllOnes.ll
test/CodeGen/ARM/2009-09-24-spill-align.ll
test/CodeGen/ARM/2009-12-02-vtrn-undef.ll
test/CodeGen/ARM/2010-04-09-NeonSelect.ll
test/CodeGen/ARM/2010-04-13-v2f64SplitArg.ll
test/CodeGen/ARM/2010-04-14-SplitVector.ll
test/CodeGen/ARM/2010-04-15-ScavengerDebugValue.ll
test/CodeGen/ARM/2010-05-18-LocalAllocCrash.ll
test/CodeGen/ARM/2010-05-18-PostIndexBug.ll
test/CodeGen/ARM/2010-05-21-BuildVector.ll
test/CodeGen/ARM/2010-06-11-vmovdrr-bitcast.ll
test/CodeGen/ARM/arm-returnaddr.ll
test/CodeGen/ARM/fpconsts.ll
test/CodeGen/ARM/indirectbr.ll
test/CodeGen/ARM/inlineasm3.ll
test/CodeGen/ARM/lsr-on-unrolled-loops.ll
test/CodeGen/ARM/reg_sequence.ll
test/CodeGen/ARM/remat.ll
test/CodeGen/ARM/select-imm.ll
test/CodeGen/ARM/spill-q.ll
test/CodeGen/ARM/trap.ll
test/CodeGen/ARM/unaligned_load_store.ll
test/CodeGen/ARM/vdup.ll
test/CodeGen/ARM/vext.ll
test/CodeGen/ARM/vmov.ll
test/CodeGen/ARM/vrev.ll
test/CodeGen/Generic/2010-ZeroSizedArg.ll
test/CodeGen/Thumb/2009-07-19-SPDecBug.ll
test/CodeGen/Thumb/2009-07-20-TwoAddrBug.ll
test/CodeGen/Thumb/2009-07-27-PEIAssert.ll
test/CodeGen/Thumb/2009-08-12-ConstIslandAssert.ll
test/CodeGen/Thumb/2009-08-12-RegInfoAssert.ll
test/CodeGen/Thumb/2009-08-20-ISelBug.ll
test/CodeGen/Thumb/2009-12-17-pre-regalloc-taildup.ll
test/CodeGen/Thumb/2010-01-15-local-alloc-spill-physical.ll
test/CodeGen/Thumb/asmprinter-bug.ll
test/CodeGen/Thumb/machine-licm.ll
test/CodeGen/Thumb/pop.ll
test/CodeGen/Thumb/push.ll
test/CodeGen/Thumb/trap.ll
test/CodeGen/Thumb2/2009-07-17-CrossRegClassCopy.ll
test/CodeGen/Thumb2/2009-07-21-ISelBug.ll
test/CodeGen/Thumb2/2009-07-23-CPIslandBug.ll
test/CodeGen/Thumb2/2009-07-30-PEICrash.ll
test/CodeGen/Thumb2/2009-08-01-WrongLDRBOpc.ll
test/CodeGen/Thumb2/2009-08-02-CoalescerBug.ll
test/CodeGen/Thumb2/2009-08-04-CoalescerBug.ll
test/CodeGen/Thumb2/2009-08-04-ScavengerAssert.ll
test/CodeGen/Thumb2/2009-08-04-SubregLoweringBug.ll
test/CodeGen/Thumb2/2009-08-04-SubregLoweringBug2.ll
test/CodeGen/Thumb2/2009-08-04-SubregLoweringBug3.ll
test/CodeGen/Thumb2/2009-08-07-NeonFPBug.ll
test/CodeGen/Thumb2/2009-08-10-ISelBug.ll
test/CodeGen/Thumb2/2009-09-28-ITBlockBug.ll
test/CodeGen/Thumb2/2009-11-01-CopyReg2RegBug.ll
test/CodeGen/Thumb2/2009-11-11-ScavengerAssert.ll
test/CodeGen/Thumb2/2009-11-13-STRDBug.ll
test/CodeGen/Thumb2/2009-12-01-LoopIVUsers.ll
test/CodeGen/Thumb2/2010-01-06-TailDuplicateLabels.ll
test/CodeGen/Thumb2/2010-01-19-RemovePredicates.ll
test/CodeGen/Thumb2/2010-02-11-phi-cycle.ll
test/CodeGen/Thumb2/2010-02-24-BigStack.ll
test/CodeGen/Thumb2/2010-03-08-addi12-ccout.ll
test/CodeGen/Thumb2/2010-03-15-AsmCCClobber.ll
test/CodeGen/Thumb2/2010-04-15-DynAllocBug.ll
test/CodeGen/Thumb2/2010-04-26-CopyRegCrash.ll
test/CodeGen/Thumb2/2010-05-24-rsbs.ll
test/CodeGen/Thumb2/2010-06-14-NEONCoalescer.ll
test/CodeGen/Thumb2/cross-rc-coalescing-1.ll
test/CodeGen/Thumb2/cross-rc-coalescing-2.ll
test/CodeGen/Thumb2/frameless.ll
test/CodeGen/Thumb2/frameless2.ll
test/CodeGen/Thumb2/ifcvt-neon.ll
test/CodeGen/Thumb2/ldr-str-imm12.ll
test/CodeGen/Thumb2/lsr-deficiency.ll
test/CodeGen/Thumb2/machine-licm.ll
test/CodeGen/Thumb2/pic-load.ll
test/CodeGen/Thumb2/sign_extend_inreg.ll
test/CodeGen/Thumb2/thumb2-cbnz.ll
test/CodeGen/Thumb2/thumb2-spill-q.ll
test/CodeGen/Thumb2/thumb2-tbh.ll
test/Transforms/GVN/load-pre-align.ll
test/Transforms/IndVarSimplify/single-element-range.ll
test/Transforms/InstCombine/call.ll
test/Transforms/InstCombine/crash.ll
test/Transforms/LoopUnswitch/preserve-analyses.ll
test/Transforms/ScalarRepl/2009-12-11-NeonTypes.ll
test/Transforms/ScalarRepl/2010-01-18-SelfCopy.ll