From: Jeff Law Date: Thu, 20 Nov 1997 23:40:57 +0000 (-0700) Subject: Minor fix from meissner. X-Git-Tag: releases/egcs-1.0.0~92 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=3be6e264b20a8030354ded2b1b928491dfc88af8;p=thirdparty%2Fgcc.git Minor fix from meissner. From-SVN: r16624 --- 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.