md.texi (Insn Canonicalizations): Refer to the function commutative_operand_precedenc...
authorHans-Peter Nilsson <hp@axis.com>
Sat, 26 Nov 2005 12:04:45 +0000 (12:04 +0000)
committerHans-Peter Nilsson <hp@gcc.gnu.org>
Sat, 26 Nov 2005 12:04:45 +0000 (12:04 +0000)
* doc/md.texi (Insn Canonicalizations): Refer to the
function commutative_operand_precedence for further rules.

From-SVN: r107541

gcc/ChangeLog
gcc/doc/md.texi

index c4ec10c..f9b467d 100644 (file)
@@ -1,3 +1,8 @@
+2005-11-26  Hans-Peter Nilsson  <hp@axis.com>
+
+       * doc/md.texi (Insn Canonicalizations): Refer to the
+       function commutative_operand_precedence for further rules.
+
 2005-11-25  Roger Sayle  <roger@eyesopen.com>
 
        PR middle-end/21309
index 54ad659..5bbeaa0 100644 (file)
@@ -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