Remove commented out code.
authorOwen Anderson <resistor@mac.com>
Tue, 4 Jan 2011 18:22:08 +0000 (18:22 +0000)
committerOwen Anderson <resistor@mac.com>
Tue, 4 Jan 2011 18:22:08 +0000 (18:22 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@122817 91177308-0d34-0410-b5e6-96231b3b80d8

lib/Transforms/Scalar/GVN.cpp

index f0e0f381425bbc2e9b28724f21c9cf1ca0a45a16..43e850c65e8871d4be194232695d54229a37b1fd 100644 (file)
@@ -90,10 +90,6 @@ namespace {
         return false;
       return true;
     }
-
-    /*bool operator!=(const Expression &other) const {
-      return !(*this == other);
-    }*/
   };
 
   class ValueTable {