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

Duncan Sands baldrick at free.fr
Wed Mar 30 05:28:03 PDT 2011


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

svn co http://llvm.org/svn/llvm-project/dragonegg/trunk

Ciao, Duncan.



More information about the llvm-commits mailing list