1
0
mirror of https://github.com/RPCS3/llvm-mirror.git synced 2025-01-31 20:51:52 +01:00

Forgot a line.

llvm-svn: 41115
This commit is contained in:
Owen Anderson 2007-08-16 00:25:42 +00:00
parent 868a1a5ed6
commit 06cbd29787

View File

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