From 7f1e0565b32db8b0b82f78e680718a9703445bc8 Mon Sep 17 00:00:00 2001 From: David Blaikie Date: Tue, 3 Mar 2015 21:18:16 +0000 Subject: Revert "Remove the explicit SDNodeIterator::operator= in favor of the implicit default" Accidentally committed a few more of these cleanup changes than intended. Still breaking these out & tidying them up. This reverts commit r231135. llvm-svn: 231136 --- llvm/tools/llvm-diff/DiffLog.h | 2 -- 1 file changed, 2 deletions(-) (limited to 'llvm/tools/llvm-diff') diff --git a/llvm/tools/llvm-diff/DiffLog.h b/llvm/tools/llvm-diff/DiffLog.h index cfdeec89d9e..8eb53ffffcc 100644 --- a/llvm/tools/llvm-diff/DiffLog.h +++ b/llvm/tools/llvm-diff/DiffLog.h @@ -40,8 +40,6 @@ namespace llvm { public: LogBuilder(Consumer &c, StringRef Format) : consumer(c), Format(Format) {} - // Relying on RVO, not actually copyable. - LogBuilder(const LogBuilder&); LogBuilder &operator<<(Value *V) { Arguments.push_back(V); -- cgit v1.2.3