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:
parent
4a377fbeae
commit
f7f3d038a6
@ -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…
x
Reference in New Issue
Block a user