From fc6cef11aa13819e9c3ae29b2683ce6a7e59efda Mon Sep 17 00:00:00 2001 From: Jeff Law Date: Wed, 6 Jan 1993 08:55:05 -0700 Subject: [PATCH] Fix spelling typo. From-SVN: r3120 --- gcc/config/pa/pa.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/gcc/config/pa/pa.md b/gcc/config/pa/pa.md index b0be1a80772..6c4740d78f4 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")]) -- 2.30.2