Fix comments.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@55716 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
Devang Patel 2008-09-03 19:52:17 +00:00
parent faf600a9ed
commit 3fb68373c4

View File

@ -1,4 +1,4 @@
//===- InlineAlways.cpp - Code to perform simple function inlining --------===//
//===- InlineAlways.cpp - Code to inline always_inline functions ----------===//
//
// The LLVM Compiler Infrastructure
//
@ -7,7 +7,8 @@
//
//===----------------------------------------------------------------------===//
//
// This file implements bottom-up inlining of functions into callees.
// This file implements a custom inliner that handles only functions that
// are markes as "always inline".
//
//===----------------------------------------------------------------------===//