summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorDan Gohman <gohman@apple.com>2009-03-23 15:54:02 +0000
committerDan Gohman <gohman@apple.com>2009-03-23 15:54:02 +0000
commit7135a9d16600ee00486d2a424e17e0fac7991202 (patch)
treecedf32213f34322c08d5d550efdfd0baaac7d5eb
parent21ff35195e01e9c6dfa73f1fb8ec0f23cd0c4ab9 (diff)
downloadbcm5719-llvm-7135a9d16600ee00486d2a424e17e0fac7991202.tar.gz
bcm5719-llvm-7135a9d16600ee00486d2a424e17e0fac7991202.zip
Clarify a comment.
llvm-svn: 67525
-rw-r--r--llvm/include/llvm/CodeGen/SelectionDAGNodes.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/llvm/include/llvm/CodeGen/SelectionDAGNodes.h b/llvm/include/llvm/CodeGen/SelectionDAGNodes.h
index aaca06526bb..047e61274a6 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,
OpenPOWER on IntegriCloud