]> git.ipfire.org Git - thirdparty/gcc.git/commitdiff
Minor fix from meissner.
authorJeff Law <law@gcc.gnu.org>
Thu, 20 Nov 1997 23:40:57 +0000 (16:40 -0700)
committerJeff Law <law@gcc.gnu.org>
Thu, 20 Nov 1997 23:40:57 +0000 (16:40 -0700)
From-SVN: r16624

gcc/md.texi

index 1d5d53d939863ae2569b50ea4c3e8cb22aa8abb7..629929bf9782b98e1c370cc90e9b06e02c176665 100644 (file)
@@ -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.