Correct a top-level comment.

llvm-svn: 53685
This commit is contained in:
Dan Gohman 2008-07-16 16:03:31 +00:00
parent 3448d4087f
commit 9f52e3890f

View File

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