From: Tom Tromey Date: Wed, 13 Oct 2004 20:53:43 +0000 (+0000) Subject: * doc/md.texi (Insn Canonicalizations): Removed extraneous quote. X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=090359d60eed4186d0d01d3112db072be3dd1f24;p=gcc.git * doc/md.texi (Insn Canonicalizations): Removed extraneous quote. From-SVN: r89001 --- diff --git a/gcc/ChangeLog b/gcc/ChangeLog index 03b19d6b58e..4b28a8d36d8 100644 --- a/gcc/ChangeLog +++ b/gcc/ChangeLog @@ -1,3 +1,7 @@ +2004-10-12 Tom Tromey + + * doc/md.texi (Insn Canonicalizations): Removed extraneous quote. + 2004-10-13 Dale Johannesen * doc/extend.texi (Extended Asm): Rewrite asm volatile description. diff --git a/gcc/doc/md.texi b/gcc/doc/md.texi index 02bc0a6c3b2..e109dfd9ead 100644 --- a/gcc/doc/md.texi +++ b/gcc/doc/md.texi @@ -4238,7 +4238,7 @@ converted into the appropriate multiplication by a power of two. @cindex @code{and}, canonicalization of @cindex De Morgan's law @item -De`Morgan's Law is used to move bitwise negation inside a bitwise +De Morgan's Law is used to move bitwise negation inside a bitwise logical-and or logical-or operation. If this results in only one operand being a @code{not} expression, it will be the first one.