summaryrefslogtreecommitdiffstats
path: root/llvm/tools/llvm-exegesis/lib/MCInstrDescView.cpp
diff options
context:
space:
mode:
authorClement Courbet <courbet@google.com>2018-06-25 11:22:23 +0000
committerClement Courbet <courbet@google.com>2018-06-25 11:22:23 +0000
commitcff2caac75a270a81b7ea08b9f091c6567378fb3 (patch)
tree102ce749c4eb809671f9b6399650ee7ceb09925e /llvm/tools/llvm-exegesis/lib/MCInstrDescView.cpp
parent5b6b500687374c2e51bf8eeb2f7f776cc173cc31 (diff)
downloadbcm5719-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.cpp6
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 {
OpenPOWER on IntegriCloud