Commit 35909ec3 by Georg-Johann Lay

* config/avr/avr.md: Fix " in comment.

From-SVN: r238871
parent f54ea774
...@@ -3944,7 +3944,7 @@ ...@@ -3944,7 +3944,7 @@
;; logical shift right ;; logical shift right
;; "lshrqi3" ;; "lshrqi3"
;; "lshrqq3 "lshruqq3" ;; "lshrqq3" "lshruqq3"
(define_expand "lshr<mode>3" (define_expand "lshr<mode>3"
[(set (match_operand:ALL1 0 "register_operand" "") [(set (match_operand:ALL1 0 "register_operand" "")
(lshiftrt:ALL1 (match_operand:ALL1 1 "register_operand" "") (lshiftrt:ALL1 (match_operand:ALL1 1 "register_operand" "")
......
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