Fix comment to name "TokenFactor" instead of "Token factor".

llvm-svn: 57939
This commit is contained in:
Bill Wendling 2008-10-21 23:57:52 +00:00
parent 68a277cfac
commit 8286026700
1 changed files with 1 additions and 1 deletions

View File

@ -73,7 +73,7 @@ namespace ISD {
// EntryToken - This is the marker used to indicate the start of the region. // EntryToken - This is the marker used to indicate the start of the region.
EntryToken, 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 // single token result. This is used to represent the fact that the operand
// operators are independent of each other. // operators are independent of each other.
TokenFactor, TokenFactor,