Eliminate ConstantBool::True and ConstantBool::False. Instead, provideConstantBool...
authorChris Lattner <sabre@nondot.org>
Thu, 28 Sep 2006 23:34:49 +0000 (23:34 +0000)
committerChris Lattner <sabre@nondot.org>
Thu, 28 Sep 2006 23:34:49 +0000 (23:34 +0000)
commit850ba99cb6fe5b7c70eb81103441d1fe123d6291
treeebb5ed3db1934b4de8ed7321b927f6173188afda
parent6458f1807d32e3625a192526c665a365f5886365
Eliminate ConstantBool::True and ConstantBool::False.  Instead, provideConstantBool::getTrue() and ConstantBool::getFalse().

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@30664 91177308-0d34-0410-b5e6-96231b3b80d8
lib/VMCore/ConstantFold.cpp