aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorHans-Peter Nilsson <hp@axis.com>2005-11-26 12:04:45 +0000
committerHans-Peter Nilsson <hp@gcc.gnu.org>2005-11-26 12:04:45 +0000
commitcd16503aa2153cf1e3d376eabe4ec88aacac968a (patch)
treed314dc8197e403c9598f5a6dd5b745ce0309597d
parent7fde2fe38cea84f732e1e0f5ac87c98a372d32eb (diff)
downloadgcc-cd16503aa2153cf1e3d376eabe4ec88aacac968a.zip
gcc-cd16503aa2153cf1e3d376eabe4ec88aacac968a.tar.gz
gcc-cd16503aa2153cf1e3d376eabe4ec88aacac968a.tar.bz2
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
-rw-r--r--gcc/ChangeLog5
-rw-r--r--gcc/doc/md.texi3
2 files changed, 8 insertions, 0 deletions
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 <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
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