[llvm-commits] CVS: llvm/include/llvm/Function.h

Chris Lattner lattner at cs.uiuc.edu
Fri May 9 17:17:04 PDT 2003


Changes in directory llvm/include/llvm:

Function.h updated: 1.42 -> 1.43

---
Log message:

Update out of date comment


---
Diffs of the changes:

Index: llvm/include/llvm/Function.h
diff -u llvm/include/llvm/Function.h:1.42 llvm/include/llvm/Function.h:1.43
--- llvm/include/llvm/Function.h:1.42	Wed May  7 22:34:12 2003
+++ llvm/include/llvm/Function.h	Fri May  9 17:16:18 2003
@@ -106,8 +106,8 @@
         Function *getPrev()       { return Prev; }
   const Function *getPrev() const { return Prev; }
 
-  /// Get the underlying elements of the Function... both the argument list and
-  /// basic block list are empty for external functions.
+  /// Get the underlying elements of the Function... the basic block list is
+  /// empty for external functions.
   ///
   const ArgumentListType &getArgumentList() const { return ArgumentList; }
         ArgumentListType &getArgumentList()       { return ArgumentList; }





More information about the llvm-commits mailing list