]> git.ipfire.org Git - thirdparty/gcc.git/commitdiff
* doc/tm.texi (TARGET_SECONDARY_RELOAD): Fix typos.
authorRask Ingemann Lambertsen <rask@sygehus.dk>
Mon, 17 Dec 2007 18:38:09 +0000 (19:38 +0100)
committerRask Ingemann Lambertsen <rask@gcc.gnu.org>
Mon, 17 Dec 2007 18:38:09 +0000 (18:38 +0000)
From-SVN: r131011

gcc/ChangeLog
gcc/doc/tm.texi

index 1cc7ca2c0b6b10d3c66df75abb4378ab3b0fd267..39aab7b92b2c0aeacba29b1759b85b433ef51bad 100644 (file)
@@ -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 e1475bf06e98b5a3c632ee61616ffe6314f9c3c2..0bf0b34cfe9aaa49a01ae9c0c2860d6f159b4f04 100644 (file)
@@ -2614,9 +2614,9 @@ of the scratch register(s).
 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