From: Dan Gohman Date: Mon, 23 Mar 2009 15:54:02 +0000 (+0000) Subject: Clarify a comment. X-Git-Url: http://plrg.eecs.uci.edu/git/?a=commitdiff_plain;h=f49f0cdb48a9e6525b44f8f4b210558df106ff4e;p=oota-llvm.git Clarify a comment. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@67525 91177308-0d34-0410-b5e6-96231b3b80d8 --- diff --git a/include/llvm/CodeGen/SelectionDAGNodes.h b/include/llvm/CodeGen/SelectionDAGNodes.h index aaca06526bb..047e61274a6 100644 --- a/include/llvm/CodeGen/SelectionDAGNodes.h +++ b/include/llvm/CodeGen/SelectionDAGNodes.h @@ -75,7 +75,7 @@ namespace ISD { /// and getMachineOpcode() member functions of SDNode. /// enum NodeType { - // DELETED_NODE - This is an illegal flag value that is used to catch + // DELETED_NODE - This is an illegal value that is used to catch // errors. This opcode is not a legal opcode for any node. DELETED_NODE,