- instcombine demorgan's law: and (not A), (not B) == not (or A, B)
authorChris Lattner <sabre@nondot.org>
Fri, 23 Aug 2002 18:32:43 +0000 (18:32 +0000)
committerChris Lattner <sabre@nondot.org>
Fri, 23 Aug 2002 18:32:43 +0000 (18:32 +0000)
commite6f9a91618224dea065a440f3627bbb6c744ccc3
tree5b5903f67e0a1257092ed3c4161cbc820af0382a
parent31901f80f83de51de851335dda3a5a152d0ddf9d
  - instcombine demorgan's law: and (not A), (not B) == not (or A, B)

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@3495 91177308-0d34-0410-b5e6-96231b3b80d8
lib/Transforms/Scalar/InstructionCombining.cpp