diff options
Diffstat (limited to 'llvm/tools/llvm-exegesis/lib/MCInstrDescView.cpp')
-rw-r--r-- | llvm/tools/llvm-exegesis/lib/MCInstrDescView.cpp | 6 |
1 files changed, 2 insertions, 4 deletions
diff --git a/llvm/tools/llvm-exegesis/lib/MCInstrDescView.cpp b/llvm/tools/llvm-exegesis/lib/MCInstrDescView.cpp index acfa82565ea..5678fcea94d 100644 --- a/llvm/tools/llvm-exegesis/lib/MCInstrDescView.cpp +++ b/llvm/tools/llvm-exegesis/lib/MCInstrDescView.cpp @@ -86,8 +86,7 @@ Instruction::Instruction(const llvm::MCInstrDesc &MCInstrDesc, InstructionInstance::InstructionInstance(const Instruction &Instr) : Instr(Instr), VariableValues(Instr.Variables.size()) {} -InstructionInstance::InstructionInstance(InstructionInstance &&) = - default; +InstructionInstance::InstructionInstance(InstructionInstance &&) = default; InstructionInstance &InstructionInstance:: operator=(InstructionInstance &&) = default; @@ -135,8 +134,7 @@ llvm::MCInst InstructionInstance::randomizeUnsetVariablesAndBuild() { SnippetPrototype::SnippetPrototype(SnippetPrototype &&) = default; -SnippetPrototype &SnippetPrototype:: -operator=(SnippetPrototype &&) = default; +SnippetPrototype &SnippetPrototype::operator=(SnippetPrototype &&) = default; bool RegisterOperandAssignment:: operator==(const RegisterOperandAssignment &Other) const { |