From: H.J. Lu Date: Mon, 26 Feb 2018 17:57:26 +0000 (+0000) Subject: i386: Update comments for ix86_output_indirect_jmp X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=fc4358365865a18f842038e6b57dbd4f0b87709d;p=gcc.git i386: Update comments for ix86_output_indirect_jmp Revision 257992 removed the bool argument from ix86_output_indirect_jmp. Update comments to reflect it. * config/i386/i386.c (ix86_output_indirect_jmp): Update comments. From-SVN: r258005 --- diff --git a/gcc/ChangeLog b/gcc/ChangeLog index 5aa9e591bde..a3e38697f67 100644 --- a/gcc/ChangeLog +++ b/gcc/ChangeLog @@ -1,3 +1,7 @@ +2018-02-26 H.J. Lu + + * config/i386/i386.c (ix86_output_indirect_jmp): Update comments. + 2018-02-26 H.J. Lu PR target/84039 diff --git a/gcc/config/i386/i386.c b/gcc/config/i386/i386.c index 98075ad42c7..49f872d103f 100644 --- a/gcc/config/i386/i386.c +++ b/gcc/config/i386/i386.c @@ -28999,8 +28999,7 @@ ix86_output_indirect_branch (rtx call_op, const char *xasm, ix86_output_indirect_branch_via_push (call_op, xasm, sibcall_p); } -/* Output indirect jump. CALL_OP is the jump target. Jump is a - function return if RET_P is true. */ +/* Output indirect jump. CALL_OP is the jump target. */ const char * ix86_output_indirect_jmp (rtx call_op)