Implement constant folding of casts from boolean constants to other values
authorChris Lattner <sabre@nondot.org>
Wed, 13 Aug 2003 15:52:25 +0000 (15:52 +0000)
committerChris Lattner <sabre@nondot.org>
Wed, 13 Aug 2003 15:52:25 +0000 (15:52 +0000)
commit3ccd0fd7568ab3f671c00cc2b7defc616d9d213a
treed28d9b64825622e415620b93fc6261119d7cf889
parent478b3a9682c888d17abef1b19f779852ebba213b
Implement constant folding of casts from boolean constants to other values

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