tree-inline.c (remap_gimple_stmt): Do not assing a BLOCK to a stmt that didn't have...
authorRichard Biener <rguenther@suse.de>
Mon, 28 Jan 2013 14:50:57 +0000 (14:50 +0000)
committerRichard Biener <rguenth@gcc.gnu.org>
Mon, 28 Jan 2013 14:50:57 +0000 (14:50 +0000)
commit16917761718f236f6e40a043a64c746f174870ef
tree04d0a6593f669b1b42cb3715c6d627ae34587715
parentb9fc04974250dfa6e2155fc38dcbca39e162b5c7
tree-inline.c (remap_gimple_stmt): Do not assing a BLOCK to a stmt that didn't have one.

2013-01-28  Richard Biener  <rguenther@suse.de>

* tree-inline.c (remap_gimple_stmt): Do not assing a BLOCK
to a stmt that didn't have one.
(copy_phis_for_bb): Likewise for PHI arguments.
(copy_debug_stmt): Likewise for debug stmts.

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