From 468c74c3f9c540da10917f93fbfdfabfb5ec3f8a Mon Sep 17 00:00:00 2001 From: Jeff Law Date: Fri, 31 Oct 1997 09:41:19 -0700 Subject: [PATCH] Fix typo. From-SVN: r16253 --- gcc/config/mn10200/mn10200.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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. */ -- 2.30.2