Correct a top-level comment.

llvm-svn: 53685
This commit is contained in:
Dan Gohman 2008-07-16 16:03:31 +00:00
parent 2d28e281e9
commit 52636b2a81
1 changed files with 1 additions and 1 deletions

View File

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