This is the mail archive of the gcc-patches@gcc.gnu.org mailing list for the GCC project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]

[patch] config/i386/i386.md: Fix a comment typo.


Hi,

Attached is a patch to fix a possible comment typo.

There is no function called "simple_386_epilogue", not even mentioned
in ChangeLog's.  Since "ix86_can_use_return_insn_p" in i386.c has good
comments, I am pretty sure this is a right fix.

Thanks,

Kazu Hirata

===File ~/gnu/gcc/ChangeLog-i386md==========================
2000-09-15  Kazu Hirata  <kazu@hxi.com>

	* config/i386/i386.md: Fix a comment typo.

============================================================

===File ~/gnu/gcc/i386md.patch==============================
Index: i386.md
===================================================================
RCS file: /cvs/gcc/egcs/gcc/config/i386/i386.md,v
retrieving revision 1.179
diff -u -r1.179 i386.md
--- i386.md	2000/09/12 14:58:46	1.179
+++ i386.md	2000/09/15 12:39:30
@@ -8936,7 +8936,7 @@
 
 ;; Insn emitted into the body of a function to return from a function.
 ;; This is only done if the function's epilogue is known to be simple.
-;; See comments for simple_386_epilogue in i386.c.
+;; See comments for ix86_can_use_return_insn_p in i386.c.
 
 (define_expand "return"
   [(return)]
============================================================


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]