diff options
author | Richard Biener <rguenther@suse.de> | 2018-04-26 20:04:15 +0000 |
---|---|---|
committer | Jakub Jelinek <jakub@gcc.gnu.org> | 2018-04-26 22:04:15 +0200 |
commit | e94497fbc0cddc5fdb5447967ee5a0e9634d00b0 (patch) | |
tree | b97414a706594af1dcf4a4329e3c9172d1d2d0b8 /gcc/cgraph.h | |
parent | 7ee1f872ca6effdc4bb5bdb229ff1f53b89e9385 (diff) | |
download | gcc-e94497fbc0cddc5fdb5447967ee5a0e9634d00b0.zip gcc-e94497fbc0cddc5fdb5447967ee5a0e9634d00b0.tar.gz gcc-e94497fbc0cddc5fdb5447967ee5a0e9634d00b0.tar.bz2 |
cgraph.h (symbol_table): Just declare debug method here.
* cgraph.h (symbol_table): Just declare debug method here.
* symtab.c (symbol_table::debug): Define.
Co-Authored-By: Jakub Jelinek <jakub@redhat.com>
From-SVN: r259685
Diffstat (limited to 'gcc/cgraph.h')
-rw-r--r-- | gcc/cgraph.h | 5 |
1 files changed, 1 insertions, 4 deletions
diff --git a/gcc/cgraph.h b/gcc/cgraph.h index d1ef840..ee7ebb4 100644 --- a/gcc/cgraph.h +++ b/gcc/cgraph.h @@ -2222,10 +2222,7 @@ public: void dump (FILE *f); /* Dump symbol table to stderr. */ - inline DEBUG_FUNCTION void debug (void) - { - dump (stderr); - } + void DEBUG_FUNCTION debug (void); /* Return true if assembler names NAME1 and NAME2 leads to the same symbol name. */ |