Clarify a comment.
authorDan Gohman <gohman@apple.com>
Mon, 22 Dec 2008 19:44:39 +0000 (19:44 +0000)
committerDan 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

index 02616af5fcc9a4125350cfec6274d1077616b063..8378206bf1b7a3e10718b5445845b9523c37f702 100644 (file)
@@ -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;
   }