From: Jeff Law Date: Fri, 31 Oct 1997 16:41:19 +0000 (-0700) Subject: Fix typo. X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=468c74c3f9c540da10917f93fbfdfabfb5ec3f8a;p=gcc.git Fix typo. From-SVN: r16253 --- diff --git a/gcc/config/mn10200/mn10200.h b/gcc/config/mn10200/mn10200.h index 3b2f74cd7ca..d69a6b43fda 100644 --- a/gcc/config/mn10200/mn10200.h +++ b/gcc/config/mn10200/mn10200.h @@ -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. */