You no longer have to delete constants! They are located in a global
authorChris Lattner <sabre@nondot.org>
Fri, 7 Sep 2001 16:29:18 +0000 (16:29 +0000)
committerChris Lattner <sabre@nondot.org>
Fri, 7 Sep 2001 16:29:18 +0000 (16:29 +0000)
commit539a4bf4b587e7aa334888bfb1145f1c7adf63f3
treeef5a86dd608d8596616f5effd63ad783b3ad3a9f
parent5f30d241752587d98a8de3c8807c35e84136d95c
You no longer have to delete constants!  They are located in a global
constant pool instead of in local ones.

Change bool handling to prevent modification of bool values

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@436 91177308-0d34-0410-b5e6-96231b3b80d8
include/llvm/ConstantHandling.h
lib/VMCore/ConstantFold.h
lib/VMCore/ConstantFolding.h