Eliminate ConstantBool::True and ConstantBool::False. Instead, provide
authorChris Lattner <sabre@nondot.org>
Thu, 28 Sep 2006 23:36:21 +0000 (23:36 +0000)
committerChris Lattner <sabre@nondot.org>
Thu, 28 Sep 2006 23:36:21 +0000 (23:36 +0000)
commit003cbf35f4d9feebf0f1508c85b69b87645727cd
treeba2192fe9b70850c25961a8311916cf7b45a9b7a
parent47811b76ca92ddfebdd73c633d04ba8a4f5b7b59
Eliminate ConstantBool::True and ConstantBool::False.  Instead, provide
ConstantBool::getTrue() and ConstantBool::getFalse().

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