projects
/
oota-llvm.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
305c707
)
Fix comment to name "TokenFactor" instead of "Token factor".
author
Bill Wendling
<isanbard@gmail.com>
Tue, 21 Oct 2008 23:57:52 +0000
(23:57 +0000)
committer
Bill Wendling
<isanbard@gmail.com>
Tue, 21 Oct 2008 23:57:52 +0000
(23:57 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@57939
91177308
-0d34-0410-b5e6-
96231b3b80d8
include/llvm/CodeGen/SelectionDAGNodes.h
patch
|
blob
|
history
diff --git
a/include/llvm/CodeGen/SelectionDAGNodes.h
b/include/llvm/CodeGen/SelectionDAGNodes.h
index 494783229ad3274fef17ff8b7cf9156b1666ff8c..0b33ad9407181ac72a1b5d1adc279155692b44c7 100644
(file)
--- a/
include/llvm/CodeGen/SelectionDAGNodes.h
+++ b/
include/llvm/CodeGen/SelectionDAGNodes.h
@@
-73,7
+73,7
@@
namespace ISD {
// EntryToken - This is the marker used to indicate the start of the region.
EntryToken,
- // Token
f
actor - This node takes multiple tokens as input and produces a
+ // Token
F
actor - 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,