OSDN Git Service

* doc/md.texi (Insn Canonicalizations): Refer to the
authorhp <hp@138bc75d-0d04-0410-961f-82ee72b054a4>
Sat, 26 Nov 2005 12:04:45 +0000 (12:04 +0000)
committerhp <hp@138bc75d-0d04-0410-961f-82ee72b054a4>
Sat, 26 Nov 2005 12:04:45 +0000 (12:04 +0000)
function commutative_operand_precedence for further rules.

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@107541 138bc75d-0d04-0410-961f-82ee72b054a4

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