Clean up some of LVI:
commita786322e1346e632b00e64a21e4beab5788cee23
authorNick Lewycky <nicholas@mxc.ca>
Wed, 15 Dec 2010 18:57:18 +0000 (15 18:57 +0000)
committerNick Lewycky <nicholas@mxc.ca>
Wed, 15 Dec 2010 18:57:18 +0000 (15 18:57 +0000)
tree0000834f221fa7e309a3dda2f4284bbe159c863a
parent4df73f28627b06b8f8125a4900e47e95d264e603
Clean up some of LVI:
 * mergeIn now uses constant folding for constants that are provably not-equal.
 * sink some sanity checks from the get*() methods into the mark*() methods, to ensure that we never have a constant/notconstant ConstantInt
 * some textual cleanups, whitespace changes, removing "else" after return, that sort of thing.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@121877 91177308-0d34-0410-b5e6-96231b3b80d8
lib/Analysis/LazyValueInfo.cpp