aboutsummaryrefslogtreecommitdiff
path: root/gcc/doc/md.texi
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 /gcc/doc/md.texi
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
Diffstat (limited to 'gcc/doc/md.texi')
-rw-r--r--gcc/doc/md.texi3
1 files changed, 3 insertions, 0 deletions
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