]> git.ipfire.org Git - thirdparty/gcc.git/commit - gcc/jump.c
* objc-act.c: Include cgraph.h
authorhubicka <hubicka@138bc75d-0d04-0410-961f-82ee72b054a4>
Wed, 26 Feb 2003 11:09:33 +0000 (11:09 +0000)
committerhubicka <hubicka@138bc75d-0d04-0410-961f-82ee72b054a4>
Wed, 26 Feb 2003 11:09:33 +0000 (11:09 +0000)
commit376c21d14b45d40b6e8a1798e851c03eb700b560
treeddc33e157eac05f7cef3bb3604e16a7dd67cba78
parente5444139599a72baa4c3be9fe93470f8c2f06ae9
* objc-act.c: Include cgraph.h
(mark_referenced_methods): New function.
(objc_init): Call it.
* objc-lang.c (LANG_HOOKS_CALLGRAPH_EXPAND_FUNCTION): Set.

* c-decl.c (finish_function): Honor can_defer_p even in unit-at-a-time
mode.

* optabs.c (expand_fix): Do not widen the input operand.

* expr.c (emit_group_store):  Fix crash when converting single
register into complex register.

* Makefile.in (jump.o, regclass.o, alias.o): Add dependency on timevar.h
* alias.c: Include timevar.h
(init_alias_analysis):  Set timevar
* jump.c: Include timevar.h
(rebuild_jump_labels):  Set timevar
* regcalss.c: Include timevar.h
(reg_scan):  Set timevar
* timevar.def (TV_ALIAS_ANALYSIS, TV_REG_SCAN, TV_REBUILD_JUMP): New

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@63464 138bc75d-0d04-0410-961f-82ee72b054a4
gcc/ChangeLog
gcc/Makefile.in
gcc/alias.c
gcc/c-decl.c
gcc/expr.c
gcc/jump.c
gcc/objc/objc-act.c
gcc/objc/objc-lang.c
gcc/optabs.c
gcc/regclass.c
gcc/timevar.def