Simplify code (somtimes dramatically), by using the new "auto-insert" feature
authorChris Lattner <sabre@nondot.org>
Tue, 10 Sep 2002 17:04:02 +0000 (17:04 +0000)
committerChris Lattner <sabre@nondot.org>
Tue, 10 Sep 2002 17:04:02 +0000 (17:04 +0000)
commit2a7c23ef9156a97f426a3fe8d1f5935b75d076d1
tree55142cb1a54f1dfc3c68c196b1070bb94e73b51a
parent3ea5cb0df1a992b900b6eefb9da2505792c2c819
Simplify code (somtimes dramatically), by using the new "auto-insert" feature
of instruction constructors.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@3656 91177308-0d34-0410-b5e6-96231b3b80d8
lib/Transforms/ExprTypeConvert.cpp
lib/Transforms/Instrumentation/TraceValues.cpp
lib/Transforms/LevelRaise.cpp
lib/Transforms/Scalar/DecomposeMultiDimRefs.cpp
lib/Transforms/Scalar/IndVarSimplify.cpp
lib/Transforms/Scalar/Reassociate.cpp
lib/Transforms/TransformInternals.cpp