Forgot a line.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@41115 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
Owen Anderson 2007-08-16 00:25:42 +00:00
parent 67280e1dd2
commit 3d345631db

View File

@ -176,6 +176,7 @@ public:
DenseMap& operator=(const DenseMap& other) {
CopyFrom(other);
return *this;
}
private: