diff options
-rw-r--r-- | include/llvm/CodeGen/SelectionDAGNodes.h | 2 |
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; |