Make opt default to not adding a target data string and update tests that depend...
authorKenneth Uildriks <kennethuil@gmail.com>
Tue, 3 Nov 2009 15:29:06 +0000 (15:29 +0000)
committerKenneth Uildriks <kennethuil@gmail.com>
Tue, 3 Nov 2009 15:29:06 +0000 (15:29 +0000)
commitb908f8ad6a38d989c7f769e329d778e563c398f4
tree6dd0f41419123a02067e773182d0b7af19625947
parent7febee2a86d0e7eac45477c1529ed09e8b9a0491
Make opt default to not adding a target data string and update tests that depend on target data to supply it within the test

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@85900 91177308-0d34-0410-b5e6-96231b3b80d8
59 files changed:
test/Analysis/BasicAA/2006-03-03-BadArraySubscript.ll
test/Analysis/BasicAA/2009-10-13-AtomicModRef.ll
test/Analysis/BasicAA/featuretest.ll
test/Analysis/BasicAA/global-size.ll
test/Analysis/BasicAA/modref.ll
test/Analysis/BasicAA/store-promote.ll
test/Analysis/ScalarEvolution/2009-05-09-PointerEdgeCount.ll
test/CodeGen/X86/vec_ins_extract.ll
test/Transforms/ArgumentPromotion/aggregate-promote.ll
test/Transforms/ArgumentPromotion/basictest.ll
test/Transforms/ArgumentPromotion/byval.ll
test/Transforms/ArgumentPromotion/chained.ll
test/Transforms/ArgumentPromotion/control-flow2.ll
test/Transforms/DeadStoreElimination/2008-07-28-load-store.ll
test/Transforms/DeadStoreElimination/PartialStore.ll
test/Transforms/DeadStoreElimination/context-sensitive.ll
test/Transforms/DeadStoreElimination/simple.ll
test/Transforms/GlobalOpt/globalsra-partial.ll
test/Transforms/GlobalOpt/globalsra.ll
test/Transforms/GlobalOpt/malloc-promote-1.ll
test/Transforms/IndVarSimplify/preserve-gep-loop-variant.ll
test/Transforms/IndVarSimplify/preserve-gep-remainder.ll
test/Transforms/Inline/basictest.ll
test/Transforms/InstCombine/2003-11-13-ConstExprCastCall.ll
test/Transforms/InstCombine/2007-10-10-EliminateMemCpy.ll
test/Transforms/InstCombine/align-2d-gep.ll
test/Transforms/InstCombine/align-addr.ll
test/Transforms/InstCombine/align-inc.ll
test/Transforms/InstCombine/alloca.ll
test/Transforms/InstCombine/call.ll
test/Transforms/InstCombine/cast-load-gep.ll
test/Transforms/InstCombine/cast.ll
test/Transforms/InstCombine/cast2.ll
test/Transforms/InstCombine/constant-fold-gep.ll
test/Transforms/InstCombine/fold-bin-operand.ll
test/Transforms/InstCombine/fp-ret-bitcast.ll
test/Transforms/InstCombine/loadstore-alignment.ll
test/Transforms/InstCombine/ptr-int-cast.ll
test/Transforms/MemCpyOpt/2008-03-13-ReturnSlotBitcast.ll
test/Transforms/MemCpyOpt/align.ll
test/Transforms/ScalarRepl/2003-05-29-ArrayFail.ll
test/Transforms/ScalarRepl/2006-11-07-InvalidArrayPromote.ll
test/Transforms/ScalarRepl/2008-06-05-loadstore-agg.ll
test/Transforms/ScalarRepl/2008-09-22-vector-gep.ll
test/Transforms/ScalarRepl/2009-03-04-MemCpyAlign.ll
test/Transforms/ScalarRepl/DifferingTypes.ll
test/Transforms/ScalarRepl/arraytest.ll
test/Transforms/ScalarRepl/basictest.ll
test/Transforms/ScalarRepl/bitfield-sroa.ll
test/Transforms/ScalarRepl/copy-aggregate.ll
test/Transforms/ScalarRepl/debuginfo.ll
test/Transforms/ScalarRepl/load-store-aggregate.ll
test/Transforms/ScalarRepl/memcpy-from-global.ll
test/Transforms/ScalarRepl/not-a-vector.ll
test/Transforms/ScalarRepl/union-fp-int.ll
test/Transforms/ScalarRepl/union-packed.ll
test/Transforms/ScalarRepl/vector_memcpy.ll
test/Transforms/ScalarRepl/vector_promote.ll
tools/opt/opt.cpp