i386: Update comments for ix86_output_indirect_jmp
authorH.J. Lu <hongjiu.lu@intel.com>
Mon, 26 Feb 2018 17:57:26 +0000 (17:57 +0000)
committerH.J. Lu <hjl@gcc.gnu.org>
Mon, 26 Feb 2018 17:57:26 +0000 (09:57 -0800)
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

gcc/ChangeLog
gcc/config/i386/i386.c

index 5aa9e59..a3e3869 100644 (file)
@@ -1,5 +1,9 @@
 2018-02-26  H.J. Lu  <hongjiu.lu@intel.com>
 
+       * config/i386/i386.c (ix86_output_indirect_jmp): Update comments.
+
+2018-02-26  H.J. Lu  <hongjiu.lu@intel.com>
+
        PR target/84039
        * config/i386/constraints.md (Bs): Replace
        ix86_indirect_branch_register with
index 98075ad..49f872d 100644 (file)
@@ -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)