[llvm-commits] [llvm] r53685 - /llvm/trunk/include/llvm/Transforms/Utils/InlineCost.h

Dan Gohman gohman at apple.com
Wed Jul 16 09:03:31 PDT 2008


Author: djg
Date: Wed Jul 16 11:03:31 2008
New Revision: 53685

URL: http://llvm.org/viewvc/llvm-project?rev=53685&view=rev
Log:
Correct a top-level comment.

Modified:
    llvm/trunk/include/llvm/Transforms/Utils/InlineCost.h

Modified: llvm/trunk/include/llvm/Transforms/Utils/InlineCost.h
URL: http://llvm.org/viewvc/llvm-project/llvm/trunk/include/llvm/Transforms/Utils/InlineCost.h?rev=53685&r1=53684&r2=53685&view=diff

==============================================================================
--- llvm/trunk/include/llvm/Transforms/Utils/InlineCost.h (original)
+++ llvm/trunk/include/llvm/Transforms/Utils/InlineCost.h Wed Jul 16 11:03:31 2008
@@ -7,7 +7,7 @@
 //
 //===----------------------------------------------------------------------===//
 //
-// This file implements bottom-up inlining of functions into callees.
+// This file implements heuristics for inlining decisions.
 //
 //===----------------------------------------------------------------------===//
 





More information about the llvm-commits mailing list