Correct a top-level comment.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@53685 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
Dan Gohman 2008-07-16 16:03:31 +00:00
parent 95db39a9de
commit 58ca8d55d4

View File

@ -7,7 +7,7 @@
//
//===----------------------------------------------------------------------===//
//
// This file implements bottom-up inlining of functions into callees.
// This file implements heuristics for inlining decisions.
//
//===----------------------------------------------------------------------===//