[llvm-commits] [llvm] r67525 -	/llvm/trunk/include/llvm/CodeGen/SelectionDAGNodes.h
    Dan Gohman 
    gohman at apple.com
       
    Mon Mar 23 08:54:03 PDT 2009
    
    
  
Author: djg
Date: Mon Mar 23 10:54:02 2009
New Revision: 67525
URL: http://llvm.org/viewvc/llvm-project?rev=67525&view=rev
Log:
Clarify a comment.
Modified:
    llvm/trunk/include/llvm/CodeGen/SelectionDAGNodes.h
Modified: llvm/trunk/include/llvm/CodeGen/SelectionDAGNodes.h
URL: http://llvm.org/viewvc/llvm-project/llvm/trunk/include/llvm/CodeGen/SelectionDAGNodes.h?rev=67525&r1=67524&r2=67525&view=diff
==============================================================================
--- llvm/trunk/include/llvm/CodeGen/SelectionDAGNodes.h (original)
+++ llvm/trunk/include/llvm/CodeGen/SelectionDAGNodes.h Mon Mar 23 10:54:02 2009
@@ -75,7 +75,7 @@
   /// 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,
 
    
    
More information about the llvm-commits
mailing list