Clarify a comment.
authorDan Gohman <gohman@apple.com>
Mon, 23 Mar 2009 15:54:02 +0000 (15:54 +0000)
committerDan Gohman <gohman@apple.com>
Mon, 23 Mar 2009 15:54:02 +0000 (15:54 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@67525 91177308-0d34-0410-b5e6-96231b3b80d8

include/llvm/CodeGen/SelectionDAGNodes.h

index aaca06526bba70428fd23e861d30135796c7194b..047e61274a641fb3dfc132dc6b87b97b971701a0 100644 (file)
@@ -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,