On Thu, May 26, 2011 at 07:02, Richard Guenther
<[email protected]> wrote:
> 81764 dnovillo {
> 81764 dnovillo if (TREE_CODE (type) == BOOLEAN_TYPE)
> 81764 dnovillo {
> 81764 dnovillo arg0 = copy_node (arg0);
> 81764 dnovillo TREE_TYPE (arg0) = type;
> 81764 dnovillo return arg0;
> 81764 dnovillo }
>
> (famous tree-ssa merge revision).
>
> So - lets ask who still is around. Diego? ;)
I just saw this in my inbox, sorry. What's the question? Whether I
remember this code in fold? Not offhand. If it looks weird and/or is
not working right, feel free to toss it.
Diego.