From cd16503aa2153cf1e3d376eabe4ec88aacac968a Mon Sep 17 00:00:00 2001 From: Hans-Peter Nilsson Date: Sat, 26 Nov 2005 12:04:45 +0000 Subject: md.texi (Insn Canonicalizations): Refer to the function commutative_operand_precedence for further rules. * doc/md.texi (Insn Canonicalizations): Refer to the function commutative_operand_precedence for further rules. From-SVN: r107541 --- gcc/ChangeLog | 5 +++++ gcc/doc/md.texi | 3 +++ 2 files changed, 8 insertions(+) diff --git a/gcc/ChangeLog b/gcc/ChangeLog index c4ec10c..f9b467d 100644 --- a/gcc/ChangeLog +++ b/gcc/ChangeLog @@ -1,3 +1,8 @@ +2005-11-26 Hans-Peter Nilsson + + * doc/md.texi (Insn Canonicalizations): Refer to the + function commutative_operand_precedence for further rules. + 2005-11-25 Roger Sayle PR middle-end/21309 diff --git a/gcc/doc/md.texi b/gcc/doc/md.texi index 54ad659..5bbeaa0 100644 --- a/gcc/doc/md.texi +++ b/gcc/doc/md.texi @@ -4785,6 +4785,9 @@ will be written using @code{zero_extract} rather than the equivalent @end itemize +Further canonicalization rules are defined in the function +@code{commutative_operand_precedence} in @file{gcc/rtlanal.c}. + @end ifset @ifset INTERNALS @node Expander Definitions -- cgit v1.1