[LVI] Remove dead code in mergeIn
authorPhilip Reames <listmail@philipreames.com>
Tue, 6 Dec 2016 03:34:33 +0000 (03:34 +0000)
committerPhilip Reames <listmail@philipreames.com>
Tue, 6 Dec 2016 03:34:33 +0000 (03:34 +0000)
commitb486c49ff54e85dc7c2978419e2a718de5d8a1cf
treeac0b8ed47ca2deb66a4ca02b1cc7ac0d6d1aacf8
parent05c435e3a4caf261f978c588aeee5945d4e6bbd1
[LVI] Remove dead code in mergeIn

Integers are expressed in the lattice via constant ranges.  They can never be represented by constants or not-constants; those are reserved for non-integer types.  This code has been dead for literaly years.

llvm-svn: 288767
llvm/lib/Analysis/LazyValueInfo.cpp