Missing formatting

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@243821 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
David Blaikie 2015-08-01 04:42:53 +00:00
parent 299ab3d150
commit 14ec817aea
1 changed files with 1 additions and 1 deletions

View File

@ -36,7 +36,7 @@ protected:
// that verbosity, just rely on defaulted copy ops. It's only the Constraint
// string member that would benefit from movement anyway.
MCParsedAsmOperand(const MCParsedAsmOperand &RHS) = default;
MCParsedAsmOperand &operator=(const MCParsedAsmOperand&) = default;
MCParsedAsmOperand &operator=(const MCParsedAsmOperand &) = default;
MCParsedAsmOperand() = default;
public: