Re: [PATCH] Remove dead code in input_gimple_stmt

2013-11-13 Thread Richard Biener
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

[PATCH] Remove dead code in input_gimple_stmt

2013-11-11 Thread Richard Biener
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