New symbol_summary class introduced.
commita5d83f7dfcdca9b77d234661d447ad5874597f81
authormarxin <marxin@138bc75d-0d04-0410-961f-82ee72b054a4>
Mon, 22 Dec 2014 08:54:19 +0000 (22 08:54 +0000)
committermarxin <marxin@138bc75d-0d04-0410-961f-82ee72b054a4>
Mon, 22 Dec 2014 08:54:19 +0000 (22 08:54 +0000)
tree6176621250914a21a9d2683fd1c64438388fa094
parent40ef7a2553028b5777ebfb372031d5bf0cee9cab
New symbol_summary class introduced.

* cgraph.h (symbol_table::allocate_cgraph_symbol): Summary UID
is filled up.
* symbol-summary.h: New file.
* gengtype.c (open_base_files): Add symbol-summary.h.
* toplev.c (general_init): Call constructor of symbol_table.

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@219004 138bc75d-0d04-0410-961f-82ee72b054a4
gcc/ChangeLog
gcc/cgraph.h
gcc/gengtype.c
gcc/symbol-summary.h [new file with mode: 0644]
gcc/toplev.c