On Mon, May 20, 2013 at 1:41 AM, Easwaran Raman <era...@google.com> wrote: > PR tree-optimization/57322 > * (build_and_add_sum): If a BB is empty, set the UID of the statement > added to the BB to be 1.
Maybe "gimple_set_uid (stmt, inc_gimple_stmt_max_uid (cfun));"? That would keep the UIDs unique except for the copied UIDs. Ciao! Steven