Refactor jump threading.
authorFrits van Bommel <fvbommel@gmail.com>
Sun, 5 Dec 2010 19:06:41 +0000 (19:06 +0000)
committerFrits van Bommel <fvbommel@gmail.com>
Sun, 5 Dec 2010 19:06:41 +0000 (19:06 +0000)
commitea388f217b8368db13f598e4c547bab5582eb82a
tree2e97044abba916eedf3ff19ee1c38309b3206024
parent6f9a8307e087110d57b1e63dae154d351f6b0f6b
Refactor jump threading.
Should have no functional change other than the order of two transformations that are mutually-exclusive and the exact formatting of debug output.
Internally, it now stores the ConstantInt*s as Constant*s, and actual undef values instead of nulls.

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