]> gcc.gnu.org Git - gcc.git/commitdiff
Fix typo.
authorJeff Law <law@gcc.gnu.org>
Fri, 31 Oct 1997 16:41:19 +0000 (09:41 -0700)
committerJeff Law <law@gcc.gnu.org>
Fri, 31 Oct 1997 16:41:19 +0000 (09:41 -0700)
From-SVN: r16253

gcc/config/mn10200/mn10200.h

index 3b2f74cd7ca845f6fca67625f13b1f93a2f8acfa..d69a6b43fdae6848cb1619a56b74b8fa78e8bcd6 100644 (file)
@@ -671,7 +671,7 @@ extern struct rtx_def *function_arg();
    We used to allow reg+reg addresses for QImode and HImode; however,
    they tended to cause the register allocator to run out of registers.
    Basically, an indexed load/store always keeps 2 data and one address
-   register live, which is just too many for this machine.  */
+   register live, which is just too many for this machine.
 
    The other macros defined here are used only in GO_IF_LEGITIMATE_ADDRESS,
    except for CONSTANT_ADDRESS_P which is actually machine-independent.  */
This page took 0.062702 seconds and 5 git commands to generate.