mirror of
https://github.com/c64scene-ar/llvm-6502.git
synced 2025-01-10 02:36:06 +00:00
Clarify a comment.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@61338 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
parent
a01ce0091a
commit
b5544940c1
@ -159,7 +159,8 @@ public:
|
|||||||
|
|
||||||
/// getNumDefs - Return the number of MachineOperands that are register
|
/// getNumDefs - Return the number of MachineOperands that are register
|
||||||
/// definitions. Register definitions always occur at the start of the
|
/// definitions. Register definitions always occur at the start of the
|
||||||
/// machine operand list. This is the number of "outs" in the .td file.
|
/// machine operand list. This is the number of "outs" in the .td file,
|
||||||
|
/// and does not include implicit defs.
|
||||||
unsigned getNumDefs() const {
|
unsigned getNumDefs() const {
|
||||||
return NumDefs;
|
return NumDefs;
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user