From: Dan Gohman Date: Wed, 16 Jul 2008 16:03:31 +0000 (+0000) Subject: Correct a top-level comment. X-Git-Url: http://demsky.eecs.uci.edu/git/?a=commitdiff_plain;h=58ca8d55d4ad9d277f251c4c85fb6db30d96bfc7;p=oota-llvm.git Correct a top-level comment. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@53685 91177308-0d34-0410-b5e6-96231b3b80d8 --- 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. // //===----------------------------------------------------------------------===//