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

Duncan Sands baldrick at free.fr
Wed Mar 30 01:35:19 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).

Ciao, Duncan.



More information about the llvm-commits mailing list