Change the interface to constant expressions to allow automatic folding
authorChris Lattner <sabre@nondot.org>
Wed, 16 Apr 2003 22:40:51 +0000 (22:40 +0000)
committerChris Lattner <sabre@nondot.org>
Wed, 16 Apr 2003 22:40:51 +0000 (22:40 +0000)
commitfb242b6edc3d92daf49c7d5b2c19d81447aa61bc
tree8e48ceab7009309f3432c6b4c31a295e25cfed5e
parentdabaa46c66dd20a7f10ac8f7813f1c6d532e4195
Change the interface to constant expressions to allow automatic folding

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@5793 91177308-0d34-0410-b5e6-96231b3b80d8
include/llvm/Constants.h
lib/Transforms/IPO/FunctionResolution.cpp
lib/Transforms/Scalar/InstructionCombining.cpp
lib/VMCore/Constants.cpp