Fix typos in comments.
From-SVN: r9740
This commit is contained in:
parent
b6e78be74b
commit
0a1379a030
@ -24,7 +24,7 @@
|
|||||||
|
|
||||||
;; There are very few (4) 'f' registers, they can't be loaded/stored from/to
|
;; There are very few (4) 'f' registers, they can't be loaded/stored from/to
|
||||||
;; memory, and some instructions explicitly require them, so we get better
|
;; memory, and some instructions explicitly require them, so we get better
|
||||||
;; code by discouraging psuedo-registers from being allocated to them.
|
;; code by discouraging pseudo-registers from being allocated to them.
|
||||||
;; However, we do want to allow all patterns which can store to them to
|
;; However, we do want to allow all patterns which can store to them to
|
||||||
;; include them in their constraints, so we always use '*f' in a destination
|
;; include them in their constraints, so we always use '*f' in a destination
|
||||||
;; constraint except when 'f' is the only alternative.
|
;; constraint except when 'f' is the only alternative.
|
||||||
|
Loading…
Reference in New Issue
Block a user