change LatticeVal to use PointerIntPair to save some space.
authorChris Lattner <sabre@nondot.org>
Mon, 2 Nov 2009 02:20:32 +0000 (02:20 +0000)
committerChris Lattner <sabre@nondot.org>
Mon, 2 Nov 2009 02:20:32 +0000 (02:20 +0000)
commit7927220aef34e056c87b066d4bd87c81e6b0c225
treeeb5ee3d661a0ca521e7ce61c5112fe49ddc6ff82
parent7ebbabf5000cad682fcc2e4f58f2f83e1d38ef54
change LatticeVal to use PointerIntPair to save some space.

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