From: Owen Anderson Date: Thu, 16 Aug 2007 00:25:42 +0000 (+0000) Subject: Forgot a line. X-Git-Url: http://plrg.eecs.uci.edu/git/?p=oota-llvm.git;a=commitdiff_plain;h=3d345631db71174ffc4997a88c09f21eb9ed052b Forgot a line. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@41115 91177308-0d34-0410-b5e6-96231b3b80d8 --- diff --git a/include/llvm/ADT/DenseMap.h b/include/llvm/ADT/DenseMap.h index d1f413662a7..492dd451b2c 100644 --- a/include/llvm/ADT/DenseMap.h +++ b/include/llvm/ADT/DenseMap.h @@ -176,6 +176,7 @@ public: DenseMap& operator=(const DenseMap& other) { CopyFrom(other); + return *this; } private: