Correct a top-level comment.
authorDan Gohman <gohman@apple.com>
Wed, 16 Jul 2008 16:03:31 +0000 (16:03 +0000)
committerDan Gohman <gohman@apple.com>
Wed, 16 Jul 2008 16:03:31 +0000 (16:03 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@53685 91177308-0d34-0410-b5e6-96231b3b80d8

include/llvm/Transforms/Utils/InlineCost.h

index 9e044d83f9eb5f4ddd3bacab68ec21fc8590b1f0..66ea26b5c0494640fac78a75bf37d2773faf348a 100644 (file)
@@ -7,7 +7,7 @@
 //
 //===----------------------------------------------------------------------===//
 //
-// This file implements bottom-up inlining of functions into callees.
+// This file implements heuristics for inlining decisions.
 //
 //===----------------------------------------------------------------------===//