diff options
author | Jeff Law <law@gcc.gnu.org> | 1993-01-06 08:55:05 -0700 |
---|---|---|
committer | Jeff Law <law@gcc.gnu.org> | 1993-01-06 08:55:05 -0700 |
commit | fc6cef11aa13819e9c3ae29b2683ce6a7e59efda (patch) | |
tree | aa9a2d623bd0e10c833bbec9e0386f4e34d90e06 /gcc | |
parent | e1fa48b5f3ad27d09dde43e5a98e0b6d5151fa45 (diff) | |
download | gcc-fc6cef11aa13819e9c3ae29b2683ce6a7e59efda.zip gcc-fc6cef11aa13819e9c3ae29b2683ce6a7e59efda.tar.gz gcc-fc6cef11aa13819e9c3ae29b2683ce6a7e59efda.tar.bz2 |
Fix spelling typo.
From-SVN: r3120
Diffstat (limited to 'gcc')
-rw-r--r-- | gcc/config/pa/pa.md | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gcc/config/pa/pa.md b/gcc/config/pa/pa.md index b0be1a8..6c4740d 100644 --- a/gcc/config/pa/pa.md +++ b/gcc/config/pa/pa.md @@ -1356,7 +1356,7 @@ ;; Use move in the last type.. This case happens often with xmpyu ;; and in nearly all cases we only access the data from the first ;; of the two loads generated, and that can't stall on a data conflict -;; be cause of the second load. +;; because of the second load. [(set_attr "type" "move,store,load,misc,fpload,fpalu,move") (set_attr "length" "2,3,3,3,3,1,3")]) |