Forgot a line.
authorOwen Anderson <resistor@mac.com>
Thu, 16 Aug 2007 00:25:42 +0000 (00:25 +0000)
committerOwen Anderson <resistor@mac.com>
Thu, 16 Aug 2007 00:25:42 +0000 (00:25 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@41115 91177308-0d34-0410-b5e6-96231b3b80d8

include/llvm/ADT/DenseMap.h

index d1f413662a75a0bd7ebfd52d78efb7bc037d27b3..492dd451b2c875e3a24d4ce149059533015a20d1 100644 (file)
@@ -176,6 +176,7 @@ public:
   
   DenseMap& operator=(const DenseMap& other) {
     CopyFrom(other);
+    return *this;
   }
   
 private: