[llvm-commits] CVS: llvm/include/llvm/CodeGen/SelectionDAGNodes.h
Reid Spencer
reid at x10sys.com
Sat Aug 27 12:06:16 PDT 2005
Changes in directory llvm/include/llvm/CodeGen:
SelectionDAGNodes.h updated: 1.63 -> 1.64
---
Log message:
Fix a typo.
---
Diffs of the changes: (+1 -1)
SelectionDAGNodes.h | 2 +-
1 files changed, 1 insertion(+), 1 deletion(-)
Index: llvm/include/llvm/CodeGen/SelectionDAGNodes.h
diff -u llvm/include/llvm/CodeGen/SelectionDAGNodes.h:1.63 llvm/include/llvm/CodeGen/SelectionDAGNodes.h:1.64
--- llvm/include/llvm/CodeGen/SelectionDAGNodes.h:1.63 Fri Aug 26 12:14:27 2005
+++ llvm/include/llvm/CodeGen/SelectionDAGNodes.h Sat Aug 27 14:06:05 2005
@@ -48,7 +48,7 @@
// EntryToken - This is the marker used to indicate the start of the region.
EntryToken,
- // Token factor - This node is takes multiple tokens as input and produces a
+ // Token factor - This node takes multiple tokens as input and produces a
// single token result. This is used to represent the fact that the operand
// operators are independent of each other.
TokenFactor,
More information about the llvm-commits
mailing list