aboutsummaryrefslogtreecommitdiff
path: root/tools/llvm-exegesis
diff options
context:
space:
mode:
authorClement Courbet <courbet@google.com>2018-06-25 11:12:30 +0000
committerClement Courbet <courbet@google.com>2018-06-25 11:12:30 +0000
commit47c8e1d5eb0dc92f95e3239f9b83d6e92be5cb37 (patch)
tree1e159af9eabd5c285a59931219d205492111abe7 /tools/llvm-exegesis
parent9625701b0d4119a981555757c692227e4308c7a3 (diff)
[llvm-exegesis][NFC] Fix `Operand` class comments.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@335450 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'tools/llvm-exegesis')
-rw-r--r--tools/llvm-exegesis/lib/MCInstrDescView.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/tools/llvm-exegesis/lib/MCInstrDescView.h b/tools/llvm-exegesis/lib/MCInstrDescView.h
index 233ef471ddb..893b786762f 100644
--- a/tools/llvm-exegesis/lib/MCInstrDescView.h
+++ b/tools/llvm-exegesis/lib/MCInstrDescView.h
@@ -61,9 +61,9 @@ struct Operand {
bool IsExplicit = false;
const RegisterAliasingTracker *Tracker = nullptr; // Set for Register Op.
const llvm::MCOperandInfo *Info = nullptr; // Set for Explicit Op.
- int TiedToIndex = -1; // Set for Reg/Explicit Op.
+ int TiedToIndex = -1; // Set for Reg&Explicit Op.
const llvm::MCPhysReg *ImplicitReg = nullptr; // Set for Implicit Op.
- int VariableIndex = -1; // Set for Reg/Explicit Op.
+ int VariableIndex = -1; // Set for Explicit Op.
};
// A view over an MCInstrDesc offering a convenient interface to compute