On 10/01/2015 11:23 PM, Aditya Kumar wrote:
From: hiraditya <hiradi...@msn.com>Use sese_l throughout SCoP detection and create vec<scop_p> at the very end when all SCoPs have been identified. 'struct sese_l' is very lightweight (two pointers) compared to 'struct scop'. No functional change intended. Passes regtest and bootstrap.
LGTM. Tobias