Instruction::clone does not need to take an LLVMContext&. Remove that and
authorNick Lewycky <nicholas@mxc.ca>
Sun, 27 Sep 2009 07:38:41 +0000 (07:38 +0000)
committerNick Lewycky <nicholas@mxc.ca>
Sun, 27 Sep 2009 07:38:41 +0000 (07:38 +0000)
commit6776064d190701c5bae4d5403939eed2e480d1cd
tree4c1c1178faea69663c9960feb71cf5c5e5e39ff4
parent975f5917a28321017b7ecd1f102efb1ede4ff7a5
Instruction::clone does not need to take an LLVMContext&. Remove that and
update all the callers.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@82889 91177308-0d34-0410-b5e6-96231b3b80d8
16 files changed:
include/llvm/InstrTypes.h
include/llvm/Instruction.h
include/llvm/Instructions.h
lib/Transforms/Instrumentation/RSProfiling.cpp
lib/Transforms/Scalar/GVN.cpp
lib/Transforms/Scalar/IndVarSimplify.cpp
lib/Transforms/Scalar/JumpThreading.cpp
lib/Transforms/Scalar/LICM.cpp
lib/Transforms/Scalar/LoopRotation.cpp
lib/Transforms/Scalar/LoopStrengthReduce.cpp
lib/Transforms/Scalar/TailDuplication.cpp
lib/Transforms/Utils/BasicBlockUtils.cpp
lib/Transforms/Utils/CloneFunction.cpp
lib/Transforms/Utils/InlineFunction.cpp
lib/Transforms/Utils/SimplifyCFG.cpp
lib/VMCore/Instructions.cpp