[llvm-commits] CVS: llvm/include/llvm/Transforms/Utils/Cloning.h

Chris Lattner lattner at cs.uiuc.edu
Sun Aug 31 14:38:02 PDT 2003


Changes in directory llvm/include/llvm/Transforms/Utils:

Cloning.h updated: 1.10 -> 1.11

---
Log message:

Fix an FLAT OUT WRONG comment


---
Diffs of the changes:

Index: llvm/include/llvm/Transforms/Utils/Cloning.h
diff -u llvm/include/llvm/Transforms/Utils/Cloning.h:1.10 llvm/include/llvm/Transforms/Utils/Cloning.h:1.11
--- llvm/include/llvm/Transforms/Utils/Cloning.h:1.10	Sun Aug 24 01:58:32 2003
+++ llvm/include/llvm/Transforms/Utils/Cloning.h	Sun Aug 31 14:37:29 2003
@@ -83,8 +83,9 @@
 
 
 /// InlineFunction - This function inlines the called function into the basic
-/// block of the caller.  This returns true if it is not possible to inline this
-/// call.  The program is still in a well defined state if this occurs though.
+/// block of the caller.  This returns false if it is not possible to inline
+/// this call.  The program is still in a well defined state if this occurs
+/// though.
 ///
 /// Note that this only does one level of inlining.  For example, if the 
 /// instruction 'call B' is inlined, and 'B' calls 'C', then the call to 'C' now





More information about the llvm-commits mailing list