diff options
-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 9e044d83f9..66ea26b5c0 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. // //===----------------------------------------------------------------------===// |