Author: resistor
Date: Wed Aug 15 19:25:42 2007
New Revision: 41115

URL: http://llvm.org/viewvc/llvm-project?rev=41115&view=rev
Log:
Forgot a line.

Modified:
    llvm/trunk/include/llvm/ADT/DenseMap.h

Modified: llvm/trunk/include/llvm/ADT/DenseMap.h
URL: 
http://llvm.org/viewvc/llvm-project/llvm/trunk/include/llvm/ADT/DenseMap.h?rev=41115&r1=41114&r2=41115&view=diff

==============================================================================
--- llvm/trunk/include/llvm/ADT/DenseMap.h (original)
+++ llvm/trunk/include/llvm/ADT/DenseMap.h Wed Aug 15 19:25:42 2007
@@ -176,6 +176,7 @@
   
   DenseMap& operator=(const DenseMap& other) {
     CopyFrom(other);
+    return *this;
   }
   
 private:


_______________________________________________
llvm-commits mailing list
[email protected]
http://lists.cs.uiuc.edu/mailman/listinfo/llvm-commits

Reply via email to