public inbox for gcc-patches@gcc.gnu.org
 help / color / mirror / Atom feed
* Another obvious IA64 patch
@ 2007-08-06 17:02 Steve Ellcey
  0 siblings, 0 replies; only message in thread
From: Steve Ellcey @ 2007-08-06 17:02 UTC (permalink / raw)
  To: gcc-patches

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" ""))]

^ permalink raw reply	[flat|nested] only message in thread

only message in thread, other threads:[~2007-08-06 17:02 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2007-08-06 17:02 Another obvious IA64 patch Steve Ellcey

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).