Fix the remaining TCL-style quotes found in the testsuite. This is
authorChandler Carruth <chandlerc@gmail.com>
Mon, 2 Jul 2012 19:09:46 +0000 (19:09 +0000)
committerChandler Carruth <chandlerc@gmail.com>
Mon, 2 Jul 2012 19:09:46 +0000 (19:09 +0000)
commit1de43ede8904e08de37f601c9bab0b70f71156e1
treea8e20646b8e85ffe73526faaab86e416de27690f
parentb2fe7f183d54d7e93880c8a472e0145e13dce070
Fix the remaining TCL-style quotes found in the testsuite. This is
another mechanical change accomplished though the power of terrible Perl
scripts.

I have manually switched some "s to 's to make escaping simpler.

While I started this to fix tests that aren't run in all configurations,
the massive number of tests is due to a really frustrating fragility of
our testing infrastructure: things like 'grep -v', 'not grep', and
'expected failures' can mask broken tests all too easily.

Essentially, I'm deeply disturbed that I can change the testsuite so
radically without causing any change in results for most platforms. =/

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@159547 91177308-0d34-0410-b5e6-96231b3b80d8
124 files changed:
test/Analysis/ScalarEvolution/2008-11-18-Stride2.ll
test/Analysis/ScalarEvolution/2008-12-14-StrideAndSigned.ll
test/Analysis/ScalarEvolution/2008-12-15-DontUseSDiv.ll
test/Analysis/ScalarEvolution/2009-01-02-SignedNegativeStride.ll
test/Assembler/2004-01-11-getelementptrfolding.ll
test/Bindings/Ocaml/vmcore.ml
test/CodeGen/ARM/2007-04-03-PEIBug.ll
test/CodeGen/ARM/2007-05-23-BadPreIndexedStore.ll
test/CodeGen/ARM/call_nolink.ll
test/CodeGen/Mips/2008-07-23-fpcmp.ll
test/CodeGen/Mips/2008-07-29-icmp.ll
test/CodeGen/PowerPC/2006-01-11-darwin-fp-argument.ll
test/CodeGen/PowerPC/long-compare.ll
test/CodeGen/PowerPC/rlwimi-commute.ll
test/CodeGen/Thumb/frame_thumb.ll
test/CodeGen/Thumb2/2010-01-06-TailDuplicateLabels.ll
test/CodeGen/Thumb2/thumb2-rev16.ll
test/CodeGen/X86/2003-11-03-GlobalBool.ll
test/CodeGen/X86/2004-03-30-Select-Max.ll
test/CodeGen/X86/2006-03-01-InstrSchedBug.ll
test/CodeGen/X86/2006-05-01-SchedCausingSpills.ll
test/CodeGen/X86/2006-05-08-InstrSched.ll
test/CodeGen/X86/2006-08-21-ExtraMovInst.ll
test/CodeGen/X86/2007-04-27-InlineAsm-IntMemInput.ll
test/CodeGen/X86/2007-05-07-InvokeSRet.ll
test/CodeGen/X86/2007-09-05-InvalidAsm.ll
test/CodeGen/X86/2008-02-20-InlineAsmClobber.ll
test/CodeGen/X86/2008-03-23-DarwinAsmComments.ll
test/CodeGen/X86/2008-04-16-ReMatBug.ll
test/CodeGen/X86/2008-04-28-CoalescerBug.ll
test/CodeGen/X86/2008-10-24-FlippedCompare.ll
test/CodeGen/X86/2009-03-12-CPAlignBug.ll
test/CodeGen/X86/2009-03-23-MultiUseSched.ll
test/CodeGen/X86/2009-04-16-SpillerUnfold.ll
test/CodeGen/X86/2009-05-30-ISelBug.ll
test/CodeGen/X86/20090313-signext.ll
test/CodeGen/X86/2012-03-26-PostRALICMBug.ll
test/CodeGen/X86/overlap-shift.ll
test/CodeGen/X86/pr3522.ll
test/CodeGen/X86/regpressure.ll
test/CodeGen/X86/remat-scalar-zero.ll
test/CodeGen/X86/subreg-to-reg-4.ll
test/CodeGen/X86/uint_to_fp.ll
test/CodeGen/X86/umul-with-carry.ll
test/MC/Disassembler/ARM/invalid-LDR_POST-arm.txt
test/MC/Disassembler/ARM/invalid-VLD1DUPq8_UPD-arm.txt
test/MC/Disassembler/ARM/invalid-VQADD-arm.txt
test/MC/Disassembler/ARM/invalid-VST2b32_UPD-arm.txt
test/MC/Disassembler/ARM/invalid-t2LDREXD-thumb.txt
test/MC/Disassembler/ARM/invalid-t2STRD_PRE-thumb.txt
test/MC/Disassembler/ARM/invalid-t2STREXB-thumb.txt
test/Other/2008-10-15-MissingSpace.ll
test/Transforms/ArgumentPromotion/control-flow.ll
test/Transforms/ConstProp/2002-05-03-NotOperator.ll
test/Transforms/ConstProp/2005-01-28-SetCCGEP.ll
test/Transforms/DeadArgElim/2007-10-18-VarargsReturn.ll
test/Transforms/GVN/2007-07-25-InfiniteLoop.ll
test/Transforms/GVN/2007-07-31-RedundantPhi.ll
test/Transforms/GVN/basic.ll
test/Transforms/IndVarSimplify/2007-01-06-TripCount.ll
test/Transforms/IndVarSimplify/2009-04-14-shorten_iv_vars.ll
test/Transforms/IndVarSimplify/2009-04-15-shorten-iv-vars-2.ll
test/Transforms/IndVarSimplify/loop_evaluate10.ll
test/Transforms/IndVarSimplify/loop_evaluate9.ll
test/Transforms/Inline/2007-04-15-InlineEH.ll
test/Transforms/Inline/inline-invoke-tail.ll
test/Transforms/Inline/invoke_test-1.ll
test/Transforms/InstCombine/2004-09-20-BadLoadCombine.ll
test/Transforms/InstCombine/2004-09-20-BadLoadCombine2.ll
test/Transforms/InstCombine/2005-03-04-ShiftOverflow.ll
test/Transforms/InstCombine/2007-12-10-ConstFoldCompare.ll
test/Transforms/InstCombine/2008-01-29-AddICmp.ll
test/Transforms/InstCombine/2008-07-09-SubAndError.ll
test/Transforms/InstCombine/2008-07-16-sse2_storel_dq.ll
test/Transforms/InstCombine/2009-02-20-InstCombine-SROA.ll
test/Transforms/InstCombine/CPP_min_max.ll
test/Transforms/InstCombine/and-or-and.ll
test/Transforms/InstCombine/and-or-not.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-xor1.ll
test/Transforms/InstCombine/apint-xor2.ll
test/Transforms/InstCombine/bit-checks.ll
test/Transforms/InstCombine/bittest.ll
test/Transforms/InstCombine/memmove.ll
test/Transforms/InstCombine/memset.ll
test/Transforms/InstCombine/setcc-strength-reduce.ll
test/Transforms/InstCombine/shufflemask-undef.ll
test/Transforms/InstCombine/xor.ll
test/Transforms/JumpThreading/compare.ll
test/Transforms/LICM/2003-02-27-PreheaderProblem.ll
test/Transforms/LoopRotate/PhiRename-1.ll
test/Transforms/LoopStrengthReduce/dont-hoist-simple-loop-constants.ll
test/Transforms/LoopStrengthReduce/invariant_value_first.ll
test/Transforms/LoopStrengthReduce/invariant_value_first_arg.ll
test/Transforms/LoopStrengthReduce/var_stride_used_by_compare.ll
test/Transforms/MemCpyOpt/2008-02-24-MultipleUseofSRet.ll
test/Transforms/MemCpyOpt/2008-03-13-ReturnSlotBitcast.ll
test/Transforms/MemCpyOpt/sret.ll
test/Transforms/MergeFunc/fold-weak.ll
test/Transforms/MergeFunc/phi-speculation1.ll
test/Transforms/PruneEH/simplenoreturntest.ll
test/Transforms/SCCP/2008-05-23-UndefCallFold.ll
test/Transforms/SCCP/apint-ipsccp2.ll
test/Transforms/ScalarRepl/memset-aggregate-byte-leader.ll
test/Transforms/SimplifyCFG/2003-08-17-BranchFold.ll
test/Transforms/SimplifyCFG/2003-08-17-BranchFoldOrdering.ll
test/Transforms/SimplifyCFG/BrUnwind.ll
test/Transforms/SimplifyCFG/DeadSetCC.ll
test/Transforms/SimplifyCFG/UncondBranchToReturn.ll
test/Transforms/SimplifyCFG/branch-phi-thread.ll
test/Transforms/SimplifyCFG/switch_thread.ll
test/Transforms/SimplifyLibCalls/FFS.ll
test/Transforms/SimplifyLibCalls/FPrintF.ll
test/Transforms/SimplifyLibCalls/FPuts.ll
test/Transforms/SimplifyLibCalls/MemCpy.ll
test/Transforms/SimplifyLibCalls/SPrintF.ll
test/Transforms/SimplifyLibCalls/StrLen.ll
test/Transforms/SimplifyLibCalls/StrNCpy.ll
test/Transforms/SimplifyLibCalls/ToAscii.ll
test/Transforms/SimplifyLibCalls/pow2.ll
test/Verifier/2006-07-11-StoreStruct.ll