From: Kazu Hirata Date: Thu, 25 Dec 2003 21:58:13 +0000 (+0000) Subject: * config/m32r/m32r.md: Remove a constraint from a splitter. X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=a98dd5bb2dc6e1cf6aef6c62ce7c2db7de539345;p=gcc.git * config/m32r/m32r.md: Remove a constraint from a splitter. From-SVN: r75026 --- diff --git a/gcc/ChangeLog b/gcc/ChangeLog index 5714a06ee1f..1f908aa89a8 100644 --- a/gcc/ChangeLog +++ b/gcc/ChangeLog @@ -1,3 +1,7 @@ +2003-12-25 Kazu Hirata + + * config/m32r/m32r.md: Remove a constraint from a splitter. + 2003-12-25 Andrew Pinski PR C++/13429, C/11944 diff --git a/gcc/config/m32r/m32r.md b/gcc/config/m32r/m32r.md index 709c194fb46..4c9bb6f1276 100644 --- a/gcc/config/m32r/m32r.md +++ b/gcc/config/m32r/m32r.md @@ -500,7 +500,7 @@ (define_split [(set (match_operand:SI 0 "register_operand" "") - (match_operand:SI 1 "seth_add3_operand" "i"))] + (match_operand:SI 1 "seth_add3_operand" ""))] "TARGET_ADDR32" [(set (match_dup 0) (high:SI (match_dup 1)))