Hi While greping for REG_N_ I found that REG_N_SETS is used inside cse and alias analysis. This seems to be odd to me. The REG_N_SETS is calculated by flow, that is not run before cse, so it most probably contains some garbage (and leaks memory?). Or am I missing something? Honza