diff options
author | Frank Ch. Eigler <fche@redhat.com> | 2004-10-13 18:18:18 +0000 |
---|---|---|
committer | Frank Ch. Eigler <fche@gcc.gnu.org> | 2004-10-13 18:18:18 +0000 |
commit | ccab73c3b7c38e3c7ac7e3a0b37f063856575953 (patch) | |
tree | d45b32817a4a2a9f226b5ee50be649e15f3f2870 /gcc/c-decl.c | |
parent | 163075a027a337c3ed19701f03c8bf2ed7ce26af (diff) | |
download | gcc-ccab73c3b7c38e3c7ac7e3a0b37f063856575953.zip gcc-ccab73c3b7c38e3c7ac7e3a0b37f063856575953.tar.gz gcc-ccab73c3b7c38e3c7ac7e3a0b37f063856575953.tar.bz2 |
toplev.c (compile_file): Call mudflap_finish_file from here ...
2004-10-13 Frank Ch. Eigler <fche@redhat.com>
* toplev.c (compile_file): Call mudflap_finish_file from here ...
* c-decl.c (c_write_global_declarations): ... instead of here ...
* cp/decl.c (cp_finish_file): ... and here.
* tree-mudflap.c (mudflap_enqueue_decl): Reword a warning message.
From-SVN: r88995
Diffstat (limited to 'gcc/c-decl.c')
-rw-r--r-- | gcc/c-decl.c | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/gcc/c-decl.c b/gcc/c-decl.c index 4d6d24b..b548f85 100644 --- a/gcc/c-decl.c +++ b/gcc/c-decl.c @@ -7300,11 +7300,6 @@ c_write_global_declarations (void) /* We're done parsing; proceed to optimize and emit assembly. FIXME: shouldn't be the front end's responsibility to call this. */ cgraph_optimize (); - - /* Presently this has to happen after cgraph_optimize. - FIXME: shouldn't be the front end's responsibility to call this. */ - if (flag_mudflap) - mudflap_finish_file (); } #include "gt-c-decl.h" |