mirror of
https://github.com/c64scene-ar/llvm-6502.git
synced 2024-11-01 15:11:24 +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
|
||||
/// 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 {
|
||||
return NumDefs;
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user