On Mon, 11 Nov 2013, Richard Biener wrote:
>
> The following patch removes now dead code from input_gimple_stmt
> (which also could be quite slow). Type mismatches can only
> occur at the decl level after the new tree merging code went
> in and those are handed by wrapping all decls in MEM_REFs
The following patch removes now dead code from input_gimple_stmt
(which also could be quite slow). Type mismatches can only
occur at the decl level after the new tree merging code went
in and those are handed by wrapping all decls in MEM_REFs to
transparently have them view-converted.
Bootstrapp