1
0
mirror of https://github.com/RPCS3/llvm-mirror.git synced 2025-01-31 20:51:52 +01:00

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 4a377fbeae
commit f7f3d038a6

View File

@ -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,