diff options
author | Clement Courbet <courbet@google.com> | 2018-06-25 11:22:23 +0000 |
---|---|---|
committer | Clement Courbet <courbet@google.com> | 2018-06-25 11:22:23 +0000 |
commit | cff2caac75a270a81b7ea08b9f091c6567378fb3 (patch) | |
tree | 102ce749c4eb809671f9b6399650ee7ceb09925e /llvm/tools/llvm-exegesis/lib/MCInstrDescView.cpp | |
parent | 5b6b500687374c2e51bf8eeb2f7f776cc173cc31 (diff) | |
download | bcm5719-llvm-cff2caac75a270a81b7ea08b9f091c6567378fb3.tar.gz bcm5719-llvm-cff2caac75a270a81b7ea08b9f091c6567378fb3.zip |
[llvm-exegesis][NFC] clang-format
llvm-svn: 335452
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 { |