* ConstExpr::getelementptr now takes a vector of Constants not Values
authorChris Lattner <sabre@nondot.org>
Thu, 18 Jul 2002 00:14:50 +0000 (00:14 +0000)
committerChris Lattner <sabre@nondot.org>
Thu, 18 Jul 2002 00:14:50 +0000 (00:14 +0000)
commit6183b92b2cae9e04a4d95a965a9b55b7319004fe
tree0f04c4994b05e03226075e78ea6f4d6ad45fdd3c
parentcc4b6ec2b9ee8bcb2fa190ec70946ee172e986b8
* ConstExpr::getelementptr now takes a vector of Constants not Values
* Assert things instead of printing an error and returning null.

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