Simplification: Negate the operator== method instead of implementing a full operator...
authorBill Wendling <isanbard@gmail.com>
Mon, 22 Dec 2008 22:16:31 +0000 (22:16 +0000)
committerBill Wendling <isanbard@gmail.com>
Mon, 22 Dec 2008 22:16:31 +0000 (22:16 +0000)
commit75f02ee771bae2d6682f873895cd003bac60ba7e
treed6a9eda0bc6006efd71c3b17b95a469676ef9452
parent70ded19b3f69b8795423ec301da4ad9143ba9f15
Simplification: Negate the operator== method instead of implementing a full operator!= method.

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