From 7135a9d16600ee00486d2a424e17e0fac7991202 Mon Sep 17 00:00:00 2001 From: Dan Gohman Date: Mon, 23 Mar 2009 15:54:02 +0000 Subject: [PATCH] Clarify a comment. llvm-svn: 67525 --- llvm/include/llvm/CodeGen/SelectionDAGNodes.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/llvm/include/llvm/CodeGen/SelectionDAGNodes.h b/llvm/include/llvm/CodeGen/SelectionDAGNodes.h index aaca06526bba..047e61274a64 100644 --- a/llvm/include/llvm/CodeGen/SelectionDAGNodes.h +++ b/llvm/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, -- GitLab