Tests: rewrite 'opt ... %s' to 'opt ... < %s' so that opt does not emit a ModuleID
authorDmitri Gribenko <gribozavr@gmail.com>
Tue, 1 Jan 2013 13:57:25 +0000 (13:57 +0000)
committerDmitri Gribenko <gribozavr@gmail.com>
Tue, 1 Jan 2013 13:57:25 +0000 (13:57 +0000)
commitfbfb1b286f08cd48e55b1284879a95f75ec964f6
tree795d8614077fd81b061921edb5676f01bc2fad9f
parenta6fdcaace8df9ee8bf54c568a89efa1228172d65
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.

My previous regex was not good enough to find these.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@171343 91177308-0d34-0410-b5e6-96231b3b80d8
29 files changed:
test/Transforms/DeadArgElim/dbginfo.ll
test/Transforms/DeadStoreElimination/const-pointers.ll
test/Transforms/DeadStoreElimination/dominate.ll
test/Transforms/DeadStoreElimination/no-targetdata.ll
test/Transforms/GVN/2011-04-27-phioperands.ll
test/Transforms/GVN/edge.ll
test/Transforms/GVN/fpmath.ll
test/Transforms/GVN/pr12979.ll
test/Transforms/GVN/range.ll
test/Transforms/GVN/tbaa.ll
test/Transforms/GlobalOpt/unnamed-addr.ll
test/Transforms/Inline/2010-05-12-ValueMap.ll
test/Transforms/Inline/inline_minisize.ll
test/Transforms/Inline/noinline.ll
test/Transforms/Inline/recursive.ll
test/Transforms/InstCombine/compare-signs.ll
test/Transforms/InstCombine/intrinsics.ll
test/Transforms/JumpThreading/basic.ll
test/Transforms/LoopDeletion/2011-06-21-phioperands.ll
test/Transforms/MetaRenamer/metarenamer.ll
test/Transforms/SCCP/crash.ll
test/Transforms/SCCP/ipsccp-addr-taken.ll
test/Transforms/SCCP/undef-resolve.ll
test/Transforms/ScalarRepl/memcpy-align.ll
test/Transforms/ScalarRepl/phi-select.ll
test/Transforms/SimplifyCFG/2010-03-30-InvokeCrash.ll
test/Transforms/SimplifyCFG/PR9946.ll
test/Transforms/StripSymbols/block-address.ll
test/Transforms/TailCallElim/nocapture.ll