diff options
| -rw-r--r-- | gcc/ChangeLog | 4 | ||||
| -rw-r--r-- | gcc/doc/md.texi | 2 |
2 files changed, 5 insertions, 1 deletions
diff --git a/gcc/ChangeLog b/gcc/ChangeLog index 03b19d6..4b28a8d 100644 --- a/gcc/ChangeLog +++ b/gcc/ChangeLog @@ -1,3 +1,7 @@ +2004-10-12 Tom Tromey <tromey@redhat.com> + + * doc/md.texi (Insn Canonicalizations): Removed extraneous quote. + 2004-10-13 Dale Johannesen <dalej@apple.com> * doc/extend.texi (Extended Asm): Rewrite asm volatile description. diff --git a/gcc/doc/md.texi b/gcc/doc/md.texi index 02bc0a6..e109dfd 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. |
