Revise APIs for creating constantexpr GEPs to not require the use of
authorChris Lattner <sabre@nondot.org>
Wed, 31 Jan 2007 04:39:29 +0000 (04:39 +0000)
committerChris Lattner <sabre@nondot.org>
Wed, 31 Jan 2007 04:39:29 +0000 (04:39 +0000)
commitfb11053815ee4b3c6593c12aff06fefea96d7d0a
treed5c7b59a25bd7a6452eb4d1e7c909e9ec67cd0ea
parent0c61584d05894a5543f690803191a8b0da05b8fc
Revise APIs for creating constantexpr GEPs to not require the use of
vectors.  This allows us to eliminate many temporary vectors, and their
associated malloc/free pairs.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@33691 91177308-0d34-0410-b5e6-96231b3b80d8
include/llvm/Constants.h
include/llvm/Instructions.h