From b2ab0e7471df7126a5b63fe8414b95c9584a0214 Mon Sep 17 00:00:00 2001 From: Bill Wendling Date: Tue, 21 Oct 2008 23:57:52 +0000 Subject: [PATCH] Fix comment to name "TokenFactor" instead of "Token factor". git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@57939 91177308-0d34-0410-b5e6-96231b3b80d8 --- include/llvm/CodeGen/SelectionDAGNodes.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/include/llvm/CodeGen/SelectionDAGNodes.h b/include/llvm/CodeGen/SelectionDAGNodes.h index 494783229ad..0b33ad94071 100644 --- 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 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, -- 2.34.1