Remove some dead code from the jump threading pass.
authorFrits van Bommel <fvbommel@gmail.com>
Tue, 7 Dec 2010 13:08:07 +0000 (13:08 +0000)
committerFrits van Bommel <fvbommel@gmail.com>
Tue, 7 Dec 2010 13:08:07 +0000 (13:08 +0000)
commit8e8cdc8fe03db3eb4bed463281d30a053b8770cc
treee92e79cfc6fd2f4c1e2036eb61701cb3191ac55c
parent729b2949d7655803968cb1f94a77cc8e83cb1c7b
Remove some dead code from the jump threading pass.

The last uses of these functions were removed in r113852 when LazyValueInfo was permanently enabled and removed the need for them.

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