* config/pa/pa.md (addhi3): Fix typo in last change.
From-SVN: r192320
+2012-10-10 John David Anglin <dave.anglin@nrc-cnrc.gc.ca>
+
+ * config/pa/pa.md (addhi3): Fix typo in last change.
+
2012-10-05 John David Anglin <dave.anglin@nrc-cnrc.gc.ca>
* config/pa/pa.md: Adjust unamed HImode add insn pattern.
(define_insn "addhi3"
[(set (match_operand:HI 0 "register_operand" "=r,r")
(plus:HI (match_operand:HI 1 "register_operand" "%r,r")
- (match_operand:HI 2 "arith14_operand" "r,J")))]
+ (match_operand:HI 2 "arith_operand" "r,J")))]
""
"@
{addl|add,l} %1,%2,%0