summaryrefslogtreecommitdiffstats
path: root/llvm/tools/llvm-exegesis/lib/MCInstrDescView.cpp
diff options
context:
space:
mode:
authorGuillaume Chatelet <gchatelet@google.com>2018-08-03 09:29:38 +0000
committerGuillaume Chatelet <gchatelet@google.com>2018-08-03 09:29:38 +0000
commite60866a4e057e29004c3978e6f312c506a30b940 (patch)
treee8951faec822fc87dc4b046248e0c9132abd88e9 /llvm/tools/llvm-exegesis/lib/MCInstrDescView.cpp
parentd62c5ec2fe374dc00bcd315abbee9839b80457b2 (diff)
downloadbcm5719-llvm-e60866a4e057e29004c3978e6f312c506a30b940.tar.gz
bcm5719-llvm-e60866a4e057e29004c3978e6f312c506a30b940.zip
[llvm-exegesis] Renaming classes and functions.
Summary: Functional No Op. Reviewers: gchatelet Subscribers: tschuett, courbet, llvm-commits Differential Revision: https://reviews.llvm.org/D50231 llvm-svn: 338836
Diffstat (limited to 'llvm/tools/llvm-exegesis/lib/MCInstrDescView.cpp')
-rw-r--r--llvm/tools/llvm-exegesis/lib/MCInstrDescView.cpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/llvm/tools/llvm-exegesis/lib/MCInstrDescView.cpp b/llvm/tools/llvm-exegesis/lib/MCInstrDescView.cpp
index 39cb921d360..fc78bb121ae 100644
--- a/llvm/tools/llvm-exegesis/lib/MCInstrDescView.cpp
+++ b/llvm/tools/llvm-exegesis/lib/MCInstrDescView.cpp
@@ -159,9 +159,9 @@ llvm::MCInst InstructionBuilder::build() const {
return Result;
}
-SnippetPrototype::SnippetPrototype(SnippetPrototype &&) = default;
+CodeTemplate::CodeTemplate(CodeTemplate &&) = default;
-SnippetPrototype &SnippetPrototype::operator=(SnippetPrototype &&) = default;
+CodeTemplate &CodeTemplate::operator=(CodeTemplate &&) = default;
bool RegisterOperandAssignment::
operator==(const RegisterOperandAssignment &Other) const {
OpenPOWER on IntegriCloud