projects
/
oota-llvm.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
a01ce00
)
Clarify a comment.
author
Dan Gohman
<gohman@apple.com>
Mon, 22 Dec 2008 19:44:39 +0000
(19:44 +0000)
committer
Dan Gohman
<gohman@apple.com>
Mon, 22 Dec 2008 19:44:39 +0000
(19:44 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@61338
91177308
-0d34-0410-b5e6-
96231b3b80d8
include/llvm/Target/TargetInstrDesc.h
patch
|
blob
|
history
diff --git
a/include/llvm/Target/TargetInstrDesc.h
b/include/llvm/Target/TargetInstrDesc.h
index 02616af5fcc9a4125350cfec6274d1077616b063..8378206bf1b7a3e10718b5445845b9523c37f702 100644
(file)
--- a/
include/llvm/Target/TargetInstrDesc.h
+++ b/
include/llvm/Target/TargetInstrDesc.h
@@
-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;
}