Commit 32bd3974 by Hans-Peter Nilsson Committed by Hans-Peter Nilsson

tm.texi (Values in Registers): Fix typo in HARD_REGNO_NREGS example.

	* tm.texi (Values in Registers): Fix typo in HARD_REGNO_NREGS
	example.

From-SVN: r31747
parent ee6713e7
Wed Feb 2 02:59:45 2000 Hans-Peter Nilsson <hp@bitrange.com>
* tm.texi (Values in Registers): Fix typo in HARD_REGNO_NREGS
example.
2000-02-01 Kaveh R. Ghazi <ghazi@caip.rutgers.edu> 2000-02-01 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
* Makefile.in (specs.ready): New target. * Makefile.in (specs.ready): New target.
......
...@@ -1504,7 +1504,7 @@ definition of this macro is ...@@ -1504,7 +1504,7 @@ definition of this macro is
@smallexample @smallexample
#define HARD_REGNO_NREGS(REGNO, MODE) \ #define HARD_REGNO_NREGS(REGNO, MODE) \
((GET_MODE_SIZE (MODE) + UNITS_PER_WORD - 1) \ ((GET_MODE_SIZE (MODE) + UNITS_PER_WORD - 1) \
/ UNITS_PER_WORD)) / UNITS_PER_WORD)
@end smallexample @end smallexample
@findex ALTER_HARD_SUBREG @findex ALTER_HARD_SUBREG
......
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