Commit e99b93ff by Richard Henderson Committed by Richard Henderson

* m68k.md (zero_extendsidi2): Add missing output reload constraint.

From-SVN: r29984
parent 61da3d70
Thu Oct 14 10:51:49 1999 Richard Henderson <rth@cygnus.com>
* m68k.md (zero_extendsidi2): Add missing output reload constraint.
Wed Oct 13 00:09:18 1999 Gerald Pfeifer <pfeifer@dbai.tuwien.ac.at> Wed Oct 13 00:09:18 1999 Gerald Pfeifer <pfeifer@dbai.tuwien.ac.at>
* invoke.texi: Label -Wbad-function-cast, -Wmissing-prototypes, * invoke.texi: Label -Wbad-function-cast, -Wmissing-prototypes,
......
...@@ -1521,7 +1521,7 @@ ...@@ -1521,7 +1521,7 @@
;; this is the canonical form for (lshiftrt:DI x 32) ;; this is the canonical form for (lshiftrt:DI x 32)
(define_insn "zero_extendsidi2" (define_insn "zero_extendsidi2"
[(set (match_operand:DI 0 "general_operand" "rm") [(set (match_operand:DI 0 "general_operand" "=rm")
(zero_extend:DI (match_operand:SI 1 "general_operand" "rm")))] (zero_extend:DI (match_operand:SI 1 "general_operand" "rm")))]
"" ""
"* "*
......
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