forked from OSchip/llvm-project
Fix comment to name "TokenFactor" instead of "Token factor".
llvm-svn: 57939
This commit is contained in:
parent
68a277cfac
commit
8286026700
|
@ -73,7 +73,7 @@ namespace ISD {
|
|||
// 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,
|
||||
|
|
Loading…
Reference in New Issue