summaryrefslogtreecommitdiff
path: root/lib/Transforms/IPO/InlineAlways.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'lib/Transforms/IPO/InlineAlways.cpp')
-rw-r--r--lib/Transforms/IPO/InlineAlways.cpp5
1 files changed, 3 insertions, 2 deletions
diff --git a/lib/Transforms/IPO/InlineAlways.cpp b/lib/Transforms/IPO/InlineAlways.cpp
index 0c9bd38937..a4b5d6fbdd 100644
--- a/lib/Transforms/IPO/InlineAlways.cpp
+++ b/lib/Transforms/IPO/InlineAlways.cpp
@@ -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".
//
//===----------------------------------------------------------------------===//