diff options
| author | Clement Courbet <courbet@google.com> | 2018-06-25 11:12:30 +0000 |
|---|---|---|
| committer | Clement Courbet <courbet@google.com> | 2018-06-25 11:12:30 +0000 |
| commit | e2fc89fdd66bc1beb270fb9c1f4ffc4551fbff73 (patch) | |
| tree | 4679feef30b761dda8e41c07ccc8ed8da56e2c20 /llvm/tools | |
| parent | 0895f5e8b9dcf223838bec5e9a07d4a1c6a53e59 (diff) | |
| download | bcm5719-llvm-e2fc89fdd66bc1beb270fb9c1f4ffc4551fbff73.tar.gz bcm5719-llvm-e2fc89fdd66bc1beb270fb9c1f4ffc4551fbff73.zip | |
[llvm-exegesis][NFC] Fix `Operand` class comments.
llvm-svn: 335450
Diffstat (limited to 'llvm/tools')
| -rw-r--r-- | llvm/tools/llvm-exegesis/lib/MCInstrDescView.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/llvm/tools/llvm-exegesis/lib/MCInstrDescView.h b/llvm/tools/llvm-exegesis/lib/MCInstrDescView.h index 233ef471ddb..893b786762f 100644 --- a/llvm/tools/llvm-exegesis/lib/MCInstrDescView.h +++ b/llvm/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 |

