error_for_asm and warning_for_asm take const rtx_insn *
authorDavid Malcolm <dmalcolm@redhat.com>
Wed, 10 Sep 2014 14:42:05 +0000 (14:42 +0000)
committerDavid Malcolm <dmalcolm@gcc.gnu.org>
Wed, 10 Sep 2014 14:42:05 +0000 (14:42 +0000)
commit1c22488e18f254dde889e01c72f250be41b9227e
treec68a8dcc34b9744826ef8bc4e707ebafa99ba49c
parentd0bffe555ae09d599f8f6202dc6cf511b8c9de48
error_for_asm and warning_for_asm take const rtx_insn *

gcc/ChangeLog:
2014-09-10  David Malcolm  <dmalcolm@redhat.com>

* final.c (this_is_asm_operands): Strengthen this variable from
rtx to const rtx_insn *.
* output.h (this_is_asm_operands): Likewise.
* rtl-error.c (location_for_asm): Strengthen param "insn" from
const_rtx to const rtx_insn *.
(diagnostic_for_asm): Likewise.
* rtl-error.h (error_for_asm): Likewise.
(warning_for_asm): Likewise.

From-SVN: r215133
gcc/ChangeLog
gcc/final.c
gcc/output.h
gcc/rtl-error.c
gcc/rtl-error.h