forked from OSchip/llvm-project
[llvm-exegesis][NFC] Fix `Operand` class comments.
llvm-svn: 335450
This commit is contained in:
parent
0895f5e8b9
commit
e2fc89fdd6
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue