tree-inline.c (tree_function_versioning): Call cgraph_get_node instead of cgraph_node...
authorMartin Jambor <mjambor@suse.cz>
Tue, 12 Apr 2011 09:12:58 +0000 (11:12 +0200)
committerMartin Jambor <jamborm@gcc.gnu.org>
Tue, 12 Apr 2011 09:12:58 +0000 (11:12 +0200)
commitfe660d7bfe8ae31c03f500af99c1a614438d0198
tree4f92a1e1c4927ceefc0819510aeb42d32a9ed51a
parent237526dd7d236748f0f9cfba83e538bd0a571201
tree-inline.c (tree_function_versioning): Call cgraph_get_node instead of cgraph_node and assert it does not return NULL.

2011-04-12  Martin Jambor  <mjambor@suse.cz>

* tree-inline.c (tree_function_versioning): Call cgraph_get_node
instead of cgraph_node and assert it does not return NULL.
* lto-streamer-in.c (lto_read_body): Likewise.
* omp-low.c (new_omp_context): Likewise.
(create_task_copyfn): Likewise.
* tree-emutls.c (lower_emutls_function_body): Likewise.
* matrix-reorg.c (transform_allocation_sites): Likewise.

From-SVN: r172306
gcc/ChangeLog
gcc/lto-streamer-in.c
gcc/matrix-reorg.c
gcc/omp-low.c
gcc/tree-emutls.c
gcc/tree-inline.c