aboutsummaryrefslogtreecommitdiff
path: root/llvm/lib/Transforms/IPO/InlineSimple.cpp
diff options
context:
space:
mode:
authorChad Rosier <mcrosier@apple.com>2012-02-25 03:07:57 +0000
committerChad Rosier <mcrosier@apple.com>2012-02-25 03:07:57 +0000
commit50e0b81ea9f57c1451343e9b1caeae5440c75217 (patch)
treedf0ef04f3b6a3cf555679a454a248fd98d1bc390 /llvm/lib/Transforms/IPO/InlineSimple.cpp
parente2c4506979ed66549656a521e017881e506fb2c3 (diff)
downloadllvm-50e0b81ea9f57c1451343e9b1caeae5440c75217.zip
llvm-50e0b81ea9f57c1451343e9b1caeae5440c75217.tar.gz
llvm-50e0b81ea9f57c1451343e9b1caeae5440c75217.tar.bz2
Add comment.
llvm-svn: 151431
Diffstat (limited to 'llvm/lib/Transforms/IPO/InlineSimple.cpp')
-rw-r--r--llvm/lib/Transforms/IPO/InlineSimple.cpp3
1 files changed, 2 insertions, 1 deletions
diff --git a/llvm/lib/Transforms/IPO/InlineSimple.cpp b/llvm/lib/Transforms/IPO/InlineSimple.cpp
index c33d5ea..b3421eb 100644
--- a/llvm/lib/Transforms/IPO/InlineSimple.cpp
+++ b/llvm/lib/Transforms/IPO/InlineSimple.cpp
@@ -37,7 +37,8 @@ namespace {
SimpleInliner() : Inliner(ID) {
initializeSimpleInlinerPass(*PassRegistry::getPassRegistry());
}
- SimpleInliner(int Threshold) : Inliner(ID, Threshold, true) {
+ SimpleInliner(int Threshold) : Inliner(ID, Threshold,
+ /*InsertLifetime*/true) {
initializeSimpleInlinerPass(*PassRegistry::getPassRegistry());
}
static char ID; // Pass identification, replacement for typeid