aboutsummaryrefslogtreecommitdiff
path: root/gcc/config/mn10200
diff options
context:
space:
mode:
authorJeff Law <law@gcc.gnu.org>1997-10-31 09:41:19 -0700
committerJeff Law <law@gcc.gnu.org>1997-10-31 09:41:19 -0700
commit468c74c3f9c540da10917f93fbfdfabfb5ec3f8a (patch)
tree9330a569f7ab7a5e2617d0f4c8d56b6651abf592 /gcc/config/mn10200
parent53ca5d4fb4cb288eda3d46ec216307e4c1ed5cb9 (diff)
downloadgcc-468c74c3f9c540da10917f93fbfdfabfb5ec3f8a.zip
gcc-468c74c3f9c540da10917f93fbfdfabfb5ec3f8a.tar.gz
gcc-468c74c3f9c540da10917f93fbfdfabfb5ec3f8a.tar.bz2
Fix typo.
From-SVN: r16253
Diffstat (limited to 'gcc/config/mn10200')
-rw-r--r--gcc/config/mn10200/mn10200.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/gcc/config/mn10200/mn10200.h b/gcc/config/mn10200/mn10200.h
index 3b2f74c..d69a6b4 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. */