From 3be6e264b20a8030354ded2b1b928491dfc88af8 Mon Sep 17 00:00:00 2001 From: Jeff Law Date: Thu, 20 Nov 1997 16:40:57 -0700 Subject: [PATCH] Minor fix from meissner. From-SVN: r16624 --- gcc/md.texi | 1 + 1 file changed, 1 insertion(+) diff --git a/gcc/md.texi b/gcc/md.texi index 1d5d53d93986..629929bf9782 100644 --- a/gcc/md.texi +++ b/gcc/md.texi @@ -2730,6 +2730,7 @@ converted into the appropriate multiplication by a power of two. @cindex @code{ior}, canonicalization of @cindex @code{and}, canonicalization of @cindex De Morgan's law +@item 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. -- 2.47.2