From 3dcaf6e0d1737ac856d10d757e3c94bcaceff562 Mon Sep 17 00:00:00 2001 From: Mark Mitchell Date: Thu, 19 Apr 2001 17:35:46 +0000 Subject: [PATCH] mips.md (reload_outputdi): Require that operand0 be a general_operand. * mips.md (reload_outputdi): Require that operand0 be a general_operand. From-SVN: r41423 --- gcc/ChangeLog | 5 +++++ gcc/config/mips/mips.md | 2 +- 2 files changed, 6 insertions(+), 1 deletion(-) diff --git a/gcc/ChangeLog b/gcc/ChangeLog index 576c6e492b2..429a18445e0 100644 --- a/gcc/ChangeLog +++ b/gcc/ChangeLog @@ -1,3 +1,8 @@ +2001-04-19 Mark Mitchell + + * mips.md (reload_outputdi): Require that operand0 be a + general_operand. + 2001-04-19 Jakub Jelinek * invoke.texi (-Wshadow): Clarify. diff --git a/gcc/config/mips/mips.md b/gcc/config/mips/mips.md index d7c421327d6..4740f6ce120 100644 --- a/gcc/config/mips/mips.md +++ b/gcc/config/mips/mips.md @@ -5087,7 +5087,7 @@ move\\t%0,%z4\\n\\ ;; use a TImode scratch reg. (define_expand "reload_outdi" - [(set (match_operand:DI 0 "" "=b") + [(set (match_operand:DI 0 "general_operand" "=b") (match_operand:DI 1 "se_register_operand" "b")) (clobber (match_operand:TI 2 "register_operand" "=&d"))] "TARGET_64BIT" -- 2.30.2