Eliminate ConstantBool::True and ConstantBool::False. Instead, provide
authorChris Lattner <sabre@nondot.org>
Thu, 28 Sep 2006 23:35:22 +0000 (23:35 +0000)
committerChris Lattner <sabre@nondot.org>
Thu, 28 Sep 2006 23:35:22 +0000 (23:35 +0000)
commit47811b76ca92ddfebdd73c633d04ba8a4f5b7b59
tree3c7b9b20902cda17bf25711def4c18f5fea2fbd0
parent850ba99cb6fe5b7c70eb81103441d1fe123d6291
Eliminate ConstantBool::True and ConstantBool::False.  Instead, provide
ConstantBool::getTrue() and ConstantBool::getFalse().

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@30665 91177308-0d34-0410-b5e6-96231b3b80d8
lib/AsmParser/ParserInternals.h
lib/AsmParser/llvmAsmParser.cpp.cvs
lib/AsmParser/llvmAsmParser.h.cvs
lib/AsmParser/llvmAsmParser.y
lib/AsmParser/llvmAsmParser.y.cvs
lib/Transforms/IPO/GlobalOpt.cpp
lib/Transforms/Scalar/CorrelatedExprs.cpp
lib/Transforms/Scalar/InstructionCombining.cpp
lib/Transforms/Scalar/LoopUnswitch.cpp
lib/Transforms/Scalar/PredicateSimplifier.cpp
lib/Transforms/Scalar/SCCP.cpp