[llvm-commits] [llvm] r55372 - /llvm/trunk/include/llvm/CodeGen/SelectionDAGNodes.h

Gabor Greif ggreif at gmail.com
Tue Aug 26 10:44:41 PDT 2008


Author: ggreif
Date: Tue Aug 26 12:44:40 2008
New Revision: 55372

URL: http://llvm.org/viewvc/llvm-project?rev=55372&view=rev
Log:
fix doxygen comment

Modified:
    llvm/trunk/include/llvm/CodeGen/SelectionDAGNodes.h

Modified: llvm/trunk/include/llvm/CodeGen/SelectionDAGNodes.h
URL: http://llvm.org/viewvc/llvm-project/llvm/trunk/include/llvm/CodeGen/SelectionDAGNodes.h?rev=55372&r1=55371&r2=55372&view=diff

==============================================================================
--- llvm/trunk/include/llvm/CodeGen/SelectionDAGNodes.h (original)
+++ llvm/trunk/include/llvm/CodeGen/SelectionDAGNodes.h Tue Aug 26 12:44:40 2008
@@ -866,7 +866,7 @@
   ///
   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;





More information about the llvm-commits mailing list