From: Hans-Peter Nilsson Date: Sat, 26 Nov 2005 12:04:45 +0000 (+0000) Subject: md.texi (Insn Canonicalizations): Refer to the function commutative_operand_precedenc... X-Git-Tag: releases/gcc-4.2.0~5739 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=cd16503aa2153cf1e3d376eabe4ec88aacac968a;p=thirdparty%2Fgcc.git 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 --- diff --git a/gcc/ChangeLog b/gcc/ChangeLog index c4ec10c521f7..f9b467d70fab 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 54ad659cb5bf..5bbeaa05b38e 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