OSDN Git Service

[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)
commit7c651d6dd2fc3ed37e33fa6ae4614c6a697e0258
treee5680af7d1aec8a8dd7643fd94531f0c025d412a
parent19937b05c3f361aa06ac927c6f417b8d740cc645
[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.

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