tree-inline.c (expand_call_inline): Store origin of fn in BLOCK_ABSTRACT_ORIGIN for...
authorRichard Biener <rguenther@suse.de>
Mon, 1 Oct 2018 07:48:51 +0000 (07:48 +0000)
committerRichard Biener <rguenth@gcc.gnu.org>
Mon, 1 Oct 2018 07:48:51 +0000 (07:48 +0000)
commit796a2bb27466db5a151c06707b348cb2a705c514
treedd92d5f47b395b78b77c27fa47fb8e2b6661f18b
parentcb8c960e440d6a342fc8a388eee4be1ce81ae8ce
tree-inline.c (expand_call_inline): Store origin of fn in BLOCK_ABSTRACT_ORIGIN for the inline BLOCK.

2018-10-01  Richard Biener  <rguenther@suse.de>

* tree-inline.c (expand_call_inline): Store origin of fn
in BLOCK_ABSTRACT_ORIGIN for the inline BLOCK.
* tree.c (block_ultimate_origin): Simplify and do some
checking.

From-SVN: r264734
gcc/ChangeLog
gcc/tree-inline.c
gcc/tree.c