Re: Fix broken graph dump

2014-05-26 Thread Richard Biener
On Sat, May 24, 2014 at 6:44 AM, Xinliang David Li wrote: > graph dump is broken in trunk (and gcc-49) -- the subgraph of the last > function gets dumped. The patch fixed the problem. Also fixed the > function header dump -- the cgraph uid is still used in many places > such as -fdisable|enable-xx

Fix broken graph dump

2014-05-23 Thread Xinliang David Li
graph dump is broken in trunk (and gcc-49) -- the subgraph of the last function gets dumped. The patch fixed the problem. Also fixed the function header dump -- the cgraph uid is still used in many places such as -fdisable|enable-xxx options. Ok for trunk? David Index: ChangeLog =