move FindAvailableLoadedValue from JumpThreading to Transforms/Utils.
authorChris Lattner <sabre@nondot.org>
Thu, 27 Nov 2008 08:10:05 +0000 (08:10 +0000)
committerChris Lattner <sabre@nondot.org>
Thu, 27 Nov 2008 08:10:05 +0000 (08:10 +0000)
commit52c95856b4a40ccae6c4b0e13b2a04101e1f79c9
tree21e7f9fba9c9557a87a0605094231cb58bfaaa69
parentb7c0d94465feaf09281ca8088f2872583a0c7d84
move FindAvailableLoadedValue from JumpThreading to Transforms/Utils.

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