OSDN Git Service

* cgraph.h (cgraph_edge_p): New.
authorkazu <kazu@138bc75d-0d04-0410-961f-82ee72b054a4>
Mon, 17 Apr 2006 12:45:25 +0000 (12:45 +0000)
committerkazu <kazu@138bc75d-0d04-0410-961f-82ee72b054a4>
Mon, 17 Apr 2006 12:45:25 +0000 (12:45 +0000)
commit4460a647d582a10ec8a6d298f3266603c033cfb2
tree735700184cbda1adba2eb633a9a335a4aba8db10
parent8b435339f60a4c904ba9b263b6f3a67ab2fade30
* cgraph.h (cgraph_edge_p): New.
Update the prototype of cgraph_function_versioning.
* cgraphunit.c (cgraph_copy_node_for_versioning,
cgraph_function_versioning): Use VEC instead of VARRAY.
* ipa-cp.c (ipcp_insert_stage): Likewise.

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@113006 138bc75d-0d04-0410-961f-82ee72b054a4
gcc/ChangeLog
gcc/cgraph.h
gcc/cgraphunit.c
gcc/ipa-cp.c