[llvm-exegesis][NFC] Fix `Operand` class comments.

llvm-svn: 335450
This commit is contained in:
Clement Courbet 2018-06-25 11:12:30 +00:00
parent 0895f5e8b9
commit e2fc89fdd6
1 changed files with 2 additions and 2 deletions

View File

@ -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