aboutsummaryrefslogtreecommitdiff
path: root/include/llvm/CodeGen/SelectionDAGNodes.h
diff options
context:
space:
mode:
authorGabor Greif <ggreif@gmail.com>2008-08-26 17:44:40 +0000
committerGabor Greif <ggreif@gmail.com>2008-08-26 17:44:40 +0000
commit231fe7054160d2953e0cc6635f9a171a4b311af2 (patch)
tree6f7064a993a559b0109decf1f40a418dcee9eb14 /include/llvm/CodeGen/SelectionDAGNodes.h
parent4ac67ef47ada2160d2a6f2340743b624c6e16424 (diff)
fix doxygen comment
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@55372 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'include/llvm/CodeGen/SelectionDAGNodes.h')
-rw-r--r--include/llvm/CodeGen/SelectionDAGNodes.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/llvm/CodeGen/SelectionDAGNodes.h b/include/llvm/CodeGen/SelectionDAGNodes.h
index 6c1565916e..5fe9647a0a 100644
--- a/include/llvm/CodeGen/SelectionDAGNodes.h
+++ b/include/llvm/CodeGen/SelectionDAGNodes.h
@@ -866,7 +866,7 @@ public:
///
inline bool use_empty() const;
- /// use_empty - Return true if there is exactly one node using value
+ /// hasOneUse - Return true if there is exactly one node using value
/// ResNo of node Val.
///
inline bool hasOneUse() const;