objc-act.c: Include cgraph.h
authorJan Hubicka <jh@suse.cz>
Wed, 26 Feb 2003 11:09:33 +0000 (12:09 +0100)
committerJan Hubicka <hubicka@gcc.gnu.org>
Wed, 26 Feb 2003 11:09:33 +0000 (11:09 +0000)
commit0d446150c298b2048d18e354ee47b130ed3b8e7f
treeddc33e157eac05f7cef3bb3604e16a7dd67cba78
parent9541e2e3d91f99cacd1cd724a956019281e760d5
objc-act.c: Include cgraph.h

* 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

From-SVN: r63464
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