From 58ca8d55d4ad9d277f251c4c85fb6db30d96bfc7 Mon Sep 17 00:00:00 2001 From: Dan Gohman Date: Wed, 16 Jul 2008 16:03:31 +0000 Subject: [PATCH] Correct a top-level comment. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@53685 91177308-0d34-0410-b5e6-96231b3b80d8 --- include/llvm/Transforms/Utils/InlineCost.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/include/llvm/Transforms/Utils/InlineCost.h b/include/llvm/Transforms/Utils/InlineCost.h index 9e044d83f9e..66ea26b5c04 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. // //===----------------------------------------------------------------------===//