diff options
author | Dan Gohman <gohman@apple.com> | 2008-07-16 16:03:31 +0000 |
---|---|---|
committer | Dan Gohman <gohman@apple.com> | 2008-07-16 16:03:31 +0000 |
commit | 58ca8d55d4ad9d277f251c4c85fb6db30d96bfc7 (patch) | |
tree | ba2d7edbcba9efd543fdb5579f5a75ae10466ffd /include/llvm/Transforms | |
parent | 95db39a9de48f69f4d764335b492b83a698c7854 (diff) | |
download | external_llvm-58ca8d55d4ad9d277f251c4c85fb6db30d96bfc7.zip external_llvm-58ca8d55d4ad9d277f251c4c85fb6db30d96bfc7.tar.gz external_llvm-58ca8d55d4ad9d277f251c4c85fb6db30d96bfc7.tar.bz2 |
Correct a top-level comment.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@53685 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'include/llvm/Transforms')
-rw-r--r-- | include/llvm/Transforms/Utils/InlineCost.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/llvm/Transforms/Utils/InlineCost.h b/include/llvm/Transforms/Utils/InlineCost.h index 9e044d8..66ea26b 100644 --- a/include/llvm/Transforms/Utils/InlineCost.h +++ b/include/llvm/Transforms/Utils/InlineCost.h @@ -7,7 +7,7 @@ // //===----------------------------------------------------------------------===// // -// This file implements bottom-up inlining of functions into callees. +// This file implements heuristics for inlining decisions. // //===----------------------------------------------------------------------===// |