aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorOwen Anderson <resistor@mac.com>2007-08-16 00:25:42 +0000
committerOwen Anderson <resistor@mac.com>2007-08-16 00:25:42 +0000
commit3d345631db71174ffc4997a88c09f21eb9ed052b (patch)
treec40355196793ea65404c28a14664541358053ecb
parent67280e1dd22cf9fa452c335d1e2328d13f158da1 (diff)
Forgot a line.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@41115 91177308-0d34-0410-b5e6-96231b3b80d8
-rw-r--r--include/llvm/ADT/DenseMap.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/include/llvm/ADT/DenseMap.h b/include/llvm/ADT/DenseMap.h
index d1f413662a..492dd451b2 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: