[llvm-commits] [PATCH] remove PHINode::reserveOperandSpace()

Jay Foad jay.foad at gmail.com
Wed Mar 30 05:19:17 PDT 2011


On 30 March 2011 09:35, Duncan Sands <baldrick at free.fr> wrote:
> Hi Jay,
>
>> Tested with "make check", LLVM and Clang. OK to apply?
>
> this will presumably break dragonegg since it calls reserveOperandSpace
> (it converts GCC's SSA form directly into LLVM's, generating phi nodes).
> So can you please let me know when you are about to commit and I will
> update dragonegg (unless you prefer to do this yourself).

Sorry, I committed this a short while ago. I'd appreciate if you'd
update dragonegg because I don't even know where it lives -- I only
grepped through the llvm, cfe and llvm-gcc-4.2 svn "modules". (Are
there more places that I should regularly grep in future?)

Thanks,
Jay.



More information about the llvm-commits mailing list