From: Gabor Greif Date: Tue, 26 Aug 2008 17:44:40 +0000 (+0000) Subject: fix doxygen comment X-Git-Url: http://demsky.eecs.uci.edu/git/?a=commitdiff_plain;h=231fe7054160d2953e0cc6635f9a171a4b311af2;p=oota-llvm.git fix doxygen comment git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@55372 91177308-0d34-0410-b5e6-96231b3b80d8 --- diff --git a/include/llvm/CodeGen/SelectionDAGNodes.h b/include/llvm/CodeGen/SelectionDAGNodes.h index 6c1565916e6..5fe9647a0a7 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;