diff options
author | tejohnson <tejohnson@138bc75d-0d04-0410-961f-82ee72b054a4> | 2013-05-29 20:51:24 +0000 |
---|---|---|
committer | tejohnson <tejohnson@138bc75d-0d04-0410-961f-82ee72b054a4> | 2013-05-29 20:51:24 +0000 |
commit | e6c8824e74f955b08da0f617e3e1f05f9d658612 (patch) | |
tree | 450199094e59e3b039c251d35814dbb2aa5021c8 /gcc/DATESTAMP | |
parent | ae52d0de135bb2233d16a047f8d441e3baca7355 (diff) | |
download | gcc-e6c8824e74f955b08da0f617e3e1f05f9d658612.tar.gz |
This patch re-enables -fdump-passes. It had stopped working because
dump_passes was changed to use the FOR_EACH_DEFINED_FUNCTION iterator,
however, functions are not marked as defined until after dump_passes
is called, in cgraph_analyze_functions. Fixed by iterating over all
functions.
2013-05-29 Teresa Johnson <tejohnson@google.com>
* passes.c (dump_passes): Use FOR_EACH_FUNCTION since
functions are not yet marked as defined.
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@199424 138bc75d-0d04-0410-961f-82ee72b054a4
Diffstat (limited to 'gcc/DATESTAMP')
0 files changed, 0 insertions, 0 deletions