Upgrade syntax of tests using volatile instructions to use 'load volatile' instead...
authorChris Lattner <sabre@nondot.org>
Sun, 27 Nov 2011 06:54:59 +0000 (06:54 +0000)
committerChris Lattner <sabre@nondot.org>
Sun, 27 Nov 2011 06:54:59 +0000 (06:54 +0000)
commitd2bf432b2b6ba02e20958953a237213d48b00f20
treee7f62c784abde309223ad5206d56fa2d33dd8b12
parent8ddff91282ec36360677d0febd34803fd9f02153
Upgrade syntax of tests using volatile instructions to use 'load volatile' instead of 'volatile load', which is archaic.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@145171 91177308-0d34-0410-b5e6-96231b3b80d8
91 files changed:
test/Analysis/BasicAA/constant-over-index.ll
test/Analysis/BasicAA/phi-and-select.ll
test/CodeGen/ARM/2008-03-07-RegScavengerAssert.ll
test/CodeGen/ARM/call.ll
test/CodeGen/CBackend/2005-02-14-VolatileOperations.ll [deleted file]
test/CodeGen/CBackend/2005-09-27-VolatileFuncPtr.ll [deleted file]
test/CodeGen/CBackend/2008-02-01-UnalignedLoadStore.ll
test/CodeGen/MSP430/2009-05-10-CyclicDAG.ll
test/CodeGen/MSP430/2009-08-25-DynamicStackAlloc.ll
test/CodeGen/MSP430/2009-09-18-AbsoluteAddr.ll
test/CodeGen/MSP430/2009-10-10-OrImpDef.ll
test/CodeGen/MSP430/AddrMode-bis-rx.ll
test/CodeGen/MSP430/AddrMode-bis-xr.ll
test/CodeGen/MSP430/AddrMode-mov-rx.ll
test/CodeGen/MSP430/AddrMode-mov-xr.ll
test/CodeGen/Mips/2010-07-20-Switch.ll
test/CodeGen/Mips/mipslopat.ll
test/CodeGen/PowerPC/2008-04-23-CoalescerCrash.ll
test/CodeGen/Thumb/vargs.ll
test/CodeGen/Thumb2/2010-03-15-AsmCCClobber.ll
test/CodeGen/X86/2008-06-13-NotVolatileLoadStore.ll
test/CodeGen/X86/2008-06-13-VolatileLoadStore.ll
test/CodeGen/X86/2008-09-29-VolatileBug.ll
test/CodeGen/X86/2009-01-31-BigShift2.ll
test/CodeGen/X86/2009-03-23-MultiUseSched.ll
test/CodeGen/X86/2009-05-11-tailmerge-crash.ll
test/CodeGen/X86/2009-08-23-SubRegReuseUndo.ll
test/CodeGen/X86/block-placement.ll
test/CodeGen/X86/cmov.ll
test/CodeGen/X86/coalescer-commute1.ll
test/CodeGen/X86/crash.ll
test/CodeGen/X86/fp-stack-ret-conv.ll
test/CodeGen/X86/loop-strength-reduce5.ll
test/CodeGen/X86/lsr-nonaffine.ll
test/CodeGen/X86/lsr-sort.ll
test/CodeGen/X86/nancvt.ll
test/CodeGen/X86/narrow-shl-load.ll
test/CodeGen/X86/overlap-shift.ll
test/CodeGen/X86/pr1505b.ll
test/CodeGen/X86/pr2182.ll
test/CodeGen/X86/sext-subreg.ll
test/CodeGen/X86/stack-align.ll
test/CodeGen/X86/store-empty-member.ll
test/CodeGen/X86/tail-opts.ll
test/CodeGen/X86/twoaddr-lea.ll
test/CodeGen/X86/vec_shuffle-23.ll
test/CodeGen/X86/vec_shuffle-24.ll
test/CodeGen/X86/volatile.ll
test/CodeGen/XCore/licm-ldwcp.ll
test/CodeGen/XCore/scavenging.ll
test/DebugInfo/2010-05-03-OriginDIE.ll
test/Linker/2004-05-07-TypeResolution1.ll
test/Linker/2004-05-07-TypeResolution2.ll
test/MC/ARM/elf-reloc-01.ll
test/Other/lint.ll
test/Transforms/DeadArgElim/deadexternal.ll
test/Transforms/EarlyCSE/basic.ll
test/Transforms/FunctionAttrs/2008-09-13-VolatileRead.ll
test/Transforms/FunctionAttrs/2010-10-30-volatile.ll
test/Transforms/GlobalOpt/2008-01-29-VolatileGlobal.ll
test/Transforms/IPConstantProp/dangling-block-address.ll
test/Transforms/IndVarSimplify/avoid-i0.ll
test/Transforms/IndVarSimplify/preserve-gep-remainder.ll
test/Transforms/IndVarSimplify/sink-alloca.ll
test/Transforms/Inline/noinline-recursive-fn.ll
test/Transforms/InstCombine/2003-09-09-VolatileLoadElim.ll
test/Transforms/InstCombine/2007-10-28-stacksave.ll
test/Transforms/InstCombine/2008-04-28-VolatileStore.ll
test/Transforms/InstCombine/2008-04-29-VolatileLoadDontMerge.ll
test/Transforms/InstCombine/2008-04-29-VolatileLoadMerge.ll
test/Transforms/InstCombine/2008-06-24-StackRestore.ll
test/Transforms/InstCombine/2008-07-08-VolatileLoadMerge.ll
test/Transforms/InstCombine/extractvalue.ll
test/Transforms/InstCombine/intrinsics.ll
test/Transforms/InstCombine/volatile_store.ll
test/Transforms/JumpThreading/2011-04-14-InfLoop.ll
test/Transforms/JumpThreading/crash.ll
test/Transforms/JumpThreading/no-irreducible-loops.ll
test/Transforms/LICM/2007-05-22-VolatileSink.ll
test/Transforms/LICM/2011-04-06-HoistMissedASTUpdate.ll
test/Transforms/LICM/crash.ll
test/Transforms/LICM/scalar_promote.ll
test/Transforms/LoopStrengthReduce/2008-08-13-CmpStride.ll
test/Transforms/LoopStrengthReduce/exit_compare_live_range.ll
test/Transforms/LoopStrengthReduce/pr3399.ll
test/Transforms/Mem2Reg/2007-08-27-VolatileLoadsStores.ll
test/Transforms/ObjCARC/basic.ll
test/Transforms/ObjCARC/contract-storestrong.ll
test/Transforms/ScalarRepl/volatile.ll
test/Transforms/Sink/basic.ll
test/Transforms/TailCallElim/dont_reorder_load.ll