Fix comments.
authorDevang Patel <dpatel@apple.com>
Wed, 3 Sep 2008 19:52:17 +0000 (19:52 +0000)
committerDevang Patel <dpatel@apple.com>
Wed, 3 Sep 2008 19:52:17 +0000 (19:52 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@55716 91177308-0d34-0410-b5e6-96231b3b80d8

lib/Transforms/IPO/InlineAlways.cpp

index 0c9bd38937fe54c37bce2f907d76e8ddf54039f8..a4b5d6fbddd920b6b0b64aa03661d7dcca4e8a3b 100644 (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".
 //
 //===----------------------------------------------------------------------===//