tree-inline.c (expand_call_inline): Move VAR_DECLs with PARM_DECL origins from remapp...
authorJakub Jelinek <jakub@redhat.com>
Fri, 5 Oct 2012 19:25:58 +0000 (21:25 +0200)
committerJakub Jelinek <jakub@gcc.gnu.org>
Fri, 5 Oct 2012 19:25:58 +0000 (21:25 +0200)
commit94645a02dca8b5b103278ec48b4c7e0fe82ccfbf
tree524a43a3fca5dcb604a85f3dacf145ce7d43eaad
parent878eef4ad8aa6858fe270ccb589d3eed4a05c8e3
tree-inline.c (expand_call_inline): Move VAR_DECLs with PARM_DECL origins from remapped DECL_INITIAL's BLOCK_VARS...

* tree-inline.c (expand_call_inline): Move VAR_DECLs with
PARM_DECL origins from remapped DECL_INITIAL's BLOCK_VARS
into id->block's BLOCK_VARS.

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