From: Steve Ellcey <sje@cup.hp.com>
To: gcc-patches@gcc.gnu.org
Subject: Another obvious IA64 patch
Date: Mon, 06 Aug 2007 17:02:00 -0000 [thread overview]
Message-ID: <200708061702.KAA11354@hpsje.cup.hp.com> (raw)
This is another patch related to some recent changes I made. In one of
my new instructions I used the 'g' constraint instead of 'G'. This
patch fixes it. Tested on IA64 HP-UX and Linux and checked in under the
obvious rule.
Steve Ellcey
sje@cup.hp.com
2007-08-06 Steve Ellcey <sje@cup.hp.com>
* config/ia64/div.md (m2subrf4_cond): Change 'g' to 'G'.
Index: config/ia64/div.md
===================================================================
--- config/ia64/div.md (revision 127234)
+++ config/ia64/div.md (working copy)
@@ -140,10 +140,10 @@ (define_insn "m2subrf4_cond"
(if_then_else:RF (ne:RF (match_operand:BI 1 "register_operand" "c,c")
(const_int 0))
(minus:RF
- (match_operand:RF 2 "fr_reg_or_fp01_operand" "fg,fG")
+ (match_operand:RF 2 "fr_reg_or_fp01_operand" "fG,fG")
(mult:RF
- (match_operand:RF 3 "fr_reg_or_fp01_operand" "fg,fG")
- (match_operand:RF 4 "fr_reg_or_fp01_operand" "fg,fG")))
+ (match_operand:RF 3 "fr_reg_or_fp01_operand" "fG,fG")
+ (match_operand:RF 4 "fr_reg_or_fp01_operand" "fG,fG")))
(match_operand:RF 5 "fr_reg_or_0_operand" "0,H")))
(use (match_operand:SI 6 "const_int_operand" ""))
(use (match_operand:SI 7 "const_int_operand" ""))]
reply other threads:[~2007-08-06 17:02 UTC|newest]
Thread overview: [no followups] expand[flat|nested] mbox.gz Atom feed
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=200708061702.KAA11354@hpsje.cup.hp.com \
--to=sje@cup.hp.com \
--cc=gcc-patches@gcc.gnu.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).