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 5aa9e591bde663cc5c051ebfc422713892231ef8..a3e38697f67c9f84c580749df477c83644e4f32d 100644 (file)
@@ -1,3 +1,7 @@
+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
index 98075ad42c77e04c32a43c65cc716e58c1f9adbe..49f872d103fd93841074677378713cee92d372c7 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)