mirror of
https://github.com/RPCSX/llvm.git
synced 2024-11-28 22:20:37 +00:00
Missing formatting
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@243821 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
parent
299ab3d150
commit
14ec817aea
@ -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:
|
||||
|
Loading…
Reference in New Issue
Block a user