diff options
author | law <law@138bc75d-0d04-0410-961f-82ee72b054a4> | 1997-10-31 16:41:19 +0000 |
---|---|---|
committer | law <law@138bc75d-0d04-0410-961f-82ee72b054a4> | 1997-10-31 16:41:19 +0000 |
commit | 019d8634c2ce8983ac2d18abe5f72b861fd30029 (patch) | |
tree | 9330a569f7ab7a5e2617d0f4c8d56b6651abf592 /gcc/config/mn10200 | |
parent | 3f0e1fbe0a8b8adc393fec5073d925a87512d504 (diff) | |
download | gcc-019d8634c2ce8983ac2d18abe5f72b861fd30029.tar.gz |
Fix typo.
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@16253 138bc75d-0d04-0410-961f-82ee72b054a4
Diffstat (limited to 'gcc/config/mn10200')
-rw-r--r-- | gcc/config/mn10200/mn10200.h | 2 |
1 files changed, 1 insertions, 1 deletions
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. */ |