ix86_expand_call: convert return type to rtx_insn *
authorDavid Malcolm <dmalcolm@redhat.com>
Wed, 6 Jun 2018 13:33:08 +0000 (13:33 +0000)
committerDavid Malcolm <dmalcolm@gcc.gnu.org>
Wed, 6 Jun 2018 13:33:08 +0000 (13:33 +0000)
commit2a559b8c77152cfa27d6b804c1d8392a5a651049
tree2abd0370867ba79cb7018333ea2e1554629ff60e
parent31a5d8c53883cd6ed31cd9d3320a5e0185a214b8
ix86_expand_call: convert return type to rtx_insn *

Eliminate an "as_a <rtx_insn *>()" cast.

gcc/ChangeLog:
* config/i386/i386-protos.h (ix86_expand_call): Strengthen return
type from "rtx" to "rtx_insn *".
* config/i386/i386.c (ix86_expand_split_stack_prologue): Likewise
for local "call_insn", removing cast.
(ix86_expand_call): Likewise, introducing a "call_insn" local.

From-SVN: r261233
gcc/ChangeLog
gcc/config/i386/i386-protos.h
gcc/config/i386/i386.c