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 | 52636b2a813caf377b2552a71a1b1b69e7564ddb (patch) | |
| tree | da94c6a5f717ef5104d81ff04de7f4a5ea85ec5f | |
| parent | 2d28e281e93774ef34380c4a8de9005262d64ceb (diff) | |
| download | bcm5719-llvm-52636b2a813caf377b2552a71a1b1b69e7564ddb.tar.gz bcm5719-llvm-52636b2a813caf377b2552a71a1b1b69e7564ddb.zip | |
Correct a top-level comment.
llvm-svn: 53685
| -rw-r--r-- | llvm/include/llvm/Transforms/Utils/InlineCost.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/llvm/include/llvm/Transforms/Utils/InlineCost.h b/llvm/include/llvm/Transforms/Utils/InlineCost.h index 9e044d83f9e..66ea26b5c04 100644 --- a/llvm/include/llvm/Transforms/Utils/InlineCost.h +++ b/llvm/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. // //===----------------------------------------------------------------------===// |

