On 4/10/07, Andrew Pinski <[EMAIL PROTECTED]> wrote:
Here is the quick patch (thanks to the work done for gimple tuple) which does this, removes the unneeded type from phi nodes. I have not tested it except for a quick test on some small testcases so there might be more places which use TREE_CHAIN instead of PHI_CHAIN.
This patch has one problem, the GC issue with chain_next and lang_tree_node, this problem is not hard to fix. -- Pinski