Re: [PATCH][3/n] into-SSA TLC

2012-08-19 Thread H.J. Lu
On Fri, Jul 27, 2012 at 5:16 AM, Richard Guenther wrote: > > This tries to more clearly separate per-SSA name held information > from per-DECL held information during update-ssa. We already have > a global array of SSA name informations so it is pointless to > have a hashtable mapping SSA names t

[PATCH][3/n] into-SSA TLC

2012-07-27 Thread Richard Guenther
This tries to more clearly separate per-SSA name held information from per-DECL held information during update-ssa. We already have a global array of SSA name informations so it is pointless to have a hashtable mapping SSA names to yet another piece of information (a bitmap). This patch simply p