Clarify a comment.

llvm-svn: 67525
This commit is contained in:
Dan Gohman 2009-03-23 15:54:02 +00:00
parent b10c534b89
commit b3e085e222

View File

@ -75,7 +75,7 @@ namespace ISD {
/// and getMachineOpcode() member functions of SDNode. /// and getMachineOpcode() member functions of SDNode.
/// ///
enum NodeType { 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. // errors. This opcode is not a legal opcode for any node.
DELETED_NODE, DELETED_NODE,