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]
Other format: [Raw text]

[committed] Fix typos in doc/tm.texi (TARGET_SECONDARY_RELOAD)


   Committed as revision 131011.

Index: gcc/ChangeLog
===================================================================
--- gcc/ChangeLog	(revision 131010)
+++ gcc/ChangeLog	(working copy)
@@ -1,3 +1,7 @@
+2007-12-17  Rask Ingemann Lambertsen  <rask@sygehus.dk>
+
+	* doc/tm.texi (TARGET_SECONDARY_RELOAD): Fix typos.
+
 2007-12-17  Jakub Jelinek  <jakub@redhat.com>
 
 	PR c/34506
Index: gcc/doc/tm.texi
===================================================================
--- gcc/doc/tm.texi	(revision 131010)
+++ gcc/doc/tm.texi	(working copy)
@@ -2614,9 +2614,9 @@
 In some cases, both an intermediate and a scratch register are required.
 
 For input reloads, this target hook is called with nonzero @var{in_p},
-and @var{x} is an rtx that needs to be copied to a register in of class
+and @var{x} is an rtx that needs to be copied to a register of class
 @var{reload_class} in @var{reload_mode}.  For output reloads, this target
-hook is called with zero @var{in_p}, and a register of class @var{reload_mode}
+hook is called with zero @var{in_p}, and a register of class @var{reload_class}
 needs to be copied to rtx @var{x} in @var{reload_mode}.
 
 If copying a register of @var{reload_class} from/to @var{x} requires

-- 
Rask Ingemann Lambertsen
Danish law requires addresses in e-mail to be logged and stored for a year


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