Tests: rewrite 'opt ... %s' to 'opt ... < %s' so that opt does not emit a ModuleID
authorDmitri Gribenko <gribozavr@gmail.com>
Sun, 30 Dec 2012 01:28:40 +0000 (01:28 +0000)
committerDmitri Gribenko <gribozavr@gmail.com>
Sun, 30 Dec 2012 01:28:40 +0000 (01:28 +0000)
commitb4912b9dccd7250c372a40ba0734171c6b0f5e9b
treeb0ff409c12c024893344d7c18a2e12c7598540c4
parent435654b18135bb5482a029bf359c4c2c7a5c2816
Tests: rewrite 'opt ... %s' to 'opt ... < %s' so that opt does not emit a ModuleID

This is done to avoid odd test failures, like the one fixed in r171243.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@171246 91177308-0d34-0410-b5e6-96231b3b80d8
48 files changed:
test/Analysis/ScalarEvolution/fold.ll
test/Transforms/CodeGenPrepare/basic.ll
test/Transforms/ConstantMerge/2003-10-28-MergeExternalConstants.ll
test/Transforms/ConstantMerge/2011-01-15-EitherOrder.ll
test/Transforms/ConstantMerge/merge-both.ll
test/Transforms/ConstantMerge/unnamed-addr.ll
test/Transforms/DeadArgElim/deadexternal.ll
test/Transforms/DeadStoreElimination/pr11390.ll
test/Transforms/GVN/lpre-call-wrap-2.ll
test/Transforms/GVN/lpre-call-wrap.ll
test/Transforms/GlobalOpt/ctor-list-opt-constexpr.ll
test/Transforms/GlobalOpt/memset-null.ll
test/Transforms/IndVarSimplify/2003-09-23-NotAtTop.ll
test/Transforms/Inline/alloca_test.ll
test/Transforms/Inline/devirtualize-3.ll
test/Transforms/Inline/devirtualize.ll
test/Transforms/Inline/gvn-inline-iteration.ll
test/Transforms/Inline/inline-optsize.ll
test/Transforms/Inline/lifetime-no-datalayout.ll
test/Transforms/Inline/lifetime.ll
test/Transforms/Inline/noinline-recursive-fn.ll
test/Transforms/InstCombine/2008-05-08-StrLenSink.ll
test/Transforms/InstCombine/2010-03-03-ExtElim.ll
test/Transforms/InstCombine/2010-05-30-memcpy-Struct.ll
test/Transforms/InstCombine/devirt.ll
test/Transforms/InstCombine/idioms.ll
test/Transforms/InstCombine/obfuscated_splat.ll
test/Transforms/InstCombine/sink_instruction.ll
test/Transforms/InstCombine/sqrt.ll
test/Transforms/JumpThreading/or-undef.ll
test/Transforms/LICM/2011-07-06-Alignment.ll
test/Transforms/LoopRotate/basic.ll
test/Transforms/LoopRotate/dbgvalue.ll
test/Transforms/LoopRotate/phi-duplicate.ll
test/Transforms/LoopStrengthReduce/exit_compare_live_range.ll
test/Transforms/LoopUnswitch/2011-11-18-SimpleSwitch.ll
test/Transforms/LoopUnswitch/2011-11-18-TwoSwitches-Threshold.ll
test/Transforms/LoopUnswitch/2011-11-18-TwoSwitches.ll
test/Transforms/PhaseOrdering/2010-03-22-empty-baseclass.ll
test/Transforms/PhaseOrdering/PR6627.ll
test/Transforms/PhaseOrdering/basic.ll
test/Transforms/PhaseOrdering/gdce.ll
test/Transforms/PhaseOrdering/scev.ll
test/Transforms/SCCP/retvalue-undef.ll
test/Transforms/SimplifyCFG/branch-fold-dbg.ll
test/Transforms/SimplifyCFG/select-gep.ll
test/Transforms/SimplifyLibCalls/float-shrink-compare.ll
test/Transforms/TailCallElim/move_alloca_for_tail_call.ll