Commit 468c74c3 by Jeff Law

Fix typo.

From-SVN: r16253
parent 53ca5d4f
...@@ -671,7 +671,7 @@ extern struct rtx_def *function_arg(); ...@@ -671,7 +671,7 @@ extern struct rtx_def *function_arg();
We used to allow reg+reg addresses for QImode and HImode; however, We used to allow reg+reg addresses for QImode and HImode; however,
they tended to cause the register allocator to run out of registers. they tended to cause the register allocator to run out of registers.
Basically, an indexed load/store always keeps 2 data and one address 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, The other macros defined here are used only in GO_IF_LEGITIMATE_ADDRESS,
except for CONSTANT_ADDRESS_P which is actually machine-independent. */ except for CONSTANT_ADDRESS_P which is actually machine-independent. */
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment