Fix use-after-scope error.
authorMartin Liska <mliska@suse.cz>
Wed, 11 Oct 2017 12:30:03 +0000 (14:30 +0200)
committerMartin Liska <marxin@gcc.gnu.org>
Wed, 11 Oct 2017 12:30:03 +0000 (12:30 +0000)
commit050dcb6ad8de794e46d5eb377083fb8b9acf642e
treeff02bb64dad4b5a848435e48e2b552da9dbf30ac
parented89e76a35f8dc067b747a57a143d2d74516afc4
Fix use-after-scope error.

2017-10-11  Martin Liska  <mliska@suse.cz>

* print-rtl.c (print_insn): Move declaration of idbuf
to same scope as name.

From-SVN: r253639
gcc/ChangeLog
gcc/print-rtl.c