move some generally useful functions out of jump threading
authorChris Lattner <sabre@nondot.org>
Tue, 10 Nov 2009 22:26:15 +0000 (22:26 +0000)
committerChris Lattner <sabre@nondot.org>
Tue, 10 Nov 2009 22:26:15 +0000 (22:26 +0000)
commit40d8c28b27377199b7465ba2c5a2c59c6fd12fa9
tree236e0fd587325e3ea4c3eedf68afa6e8e1470dd9
parent5b37fbac1aece6bb970656a4f847a6af71dfff23
move some generally useful functions out of jump threading
into libanalysis and transformutils.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@86735 91177308-0d34-0410-b5e6-96231b3b80d8
include/llvm/Analysis/InstructionSimplify.h
include/llvm/Transforms/Utils/Local.h
lib/Analysis/InstructionSimplify.cpp
lib/Transforms/Scalar/JumpThreading.cpp
lib/Transforms/Utils/Local.cpp