]> git.ipfire.org Git - thirdparty/gcc.git/commit
2011-04-12 Martin Jambor <mjambor@suse.cz>
authorjamborm <jamborm@138bc75d-0d04-0410-961f-82ee72b054a4>
Tue, 12 Apr 2011 09:12:58 +0000 (09:12 +0000)
committerjamborm <jamborm@138bc75d-0d04-0410-961f-82ee72b054a4>
Tue, 12 Apr 2011 09:12:58 +0000 (09:12 +0000)
commit53f792063125d269550bc5018f68eb43bfb6a5f6
tree4f92a1e1c4927ceefc0819510aeb42d32a9ed51a
parent7999527983156c68f0e8f3c853c1d34c1a9f743c
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.

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@172306 138bc75d-0d04-0410-961f-82ee72b054a4
gcc/ChangeLog
gcc/lto-streamer-in.c
gcc/matrix-reorg.c
gcc/omp-low.c
gcc/tree-emutls.c
gcc/tree-inline.c