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)
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


No differences found