[llvm-commits] [llvm] r57939 - /llvm/trunk/include/llvm/CodeGen/SelectionDAGNodes.h
Bill Wendling
isanbard at gmail.com
Tue Oct 21 16:57:52 PDT 2008
Author: void
Date: Tue Oct 21 18:57:52 2008
New Revision: 57939
URL: http://llvm.org/viewvc/llvm-project?rev=57939&view=rev
Log:
Fix comment to name "TokenFactor" instead of "Token factor".
Modified:
llvm/trunk/include/llvm/CodeGen/SelectionDAGNodes.h
Modified: llvm/trunk/include/llvm/CodeGen/SelectionDAGNodes.h
URL: http://llvm.org/viewvc/llvm-project/llvm/trunk/include/llvm/CodeGen/SelectionDAGNodes.h?rev=57939&r1=57938&r2=57939&view=diff
==============================================================================
--- llvm/trunk/include/llvm/CodeGen/SelectionDAGNodes.h (original)
+++ llvm/trunk/include/llvm/CodeGen/SelectionDAGNodes.h Tue Oct 21 18:57:52 2008
@@ -73,7 +73,7 @@
// EntryToken - This is the marker used to indicate the start of the region.
EntryToken,
- // Token factor - This node takes multiple tokens as input and produces a
+ // TokenFactor - 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