[llvm-commits] CVS: llvm/include/llvm/CodeGen/SelectionDAGNodes.h

Jim Laskey jlaskey at apple.com
Wed Jan 4 17:53:39 PST 2006



Changes in directory llvm/include/llvm/CodeGen:

SelectionDAGNodes.h updated: 1.87 -> 1.88
---
Log message:

Grammer correction.


---
Diffs of the changes:  (+2 -2)

 SelectionDAGNodes.h |    4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)


Index: llvm/include/llvm/CodeGen/SelectionDAGNodes.h
diff -u llvm/include/llvm/CodeGen/SelectionDAGNodes.h:1.87 llvm/include/llvm/CodeGen/SelectionDAGNodes.h:1.88
--- llvm/include/llvm/CodeGen/SelectionDAGNodes.h:1.87	Wed Jan  4 19:25:28 2006
+++ llvm/include/llvm/CodeGen/SelectionDAGNodes.h	Wed Jan  4 19:53:28 2006
@@ -362,8 +362,8 @@
     
     // DEBUG_LABEL - This node is used to mark a location in the code where a
     // label should be generated for use by the debug information.  It takes a
-    // token chain as input, the a unique id (provided by MachineDebugInfo.) It
-    // produces a token chain as output.
+    // token chain as input and then a unique id (provided by MachineDebugInfo.)
+    // It produces a token chain as output.
     DEBUG_LABEL,
     
     // BUILTIN_OP_END - This must be the last enum value in this list.






More information about the llvm-commits mailing list