From a98dd5bb2dc6e1cf6aef6c62ce7c2db7de539345 Mon Sep 17 00:00:00 2001 From: Kazu Hirata Date: Thu, 25 Dec 2003 21:58:13 +0000 Subject: [PATCH] * config/m32r/m32r.md: Remove a constraint from a splitter. From-SVN: r75026 --- gcc/ChangeLog | 4 ++++ gcc/config/m32r/m32r.md | 2 +- 2 files changed, 5 insertions(+), 1 deletion(-) 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))) -- 2.30.2