Add a bool to isEdgeFeasible that tells it whether to treat unknown
authorChris Lattner <sabre@nondot.org>
Tue, 20 May 2008 03:39:39 +0000 (03:39 +0000)
committerChris Lattner <sabre@nondot.org>
Tue, 20 May 2008 03:39:39 +0000 (03:39 +0000)
commit28a8dbc35fe6da6b7d2633529b73453aca254207
tree5eb9e8186a1012adce1b5f501d5b8c51dc84f25f
parent638e378f2cb62c34f306f8eadd43039e20caede4
Add a bool to isEdgeFeasible that tells it whether to treat unknown
value as undef or untracked.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@51295 91177308-0d34-0410-b5e6-96231b3b80d8
include/llvm/Analysis/SparsePropagation.h
lib/Analysis/SparsePropagation.cpp