projects
/
oota-llvm.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
7d32b80
)
improve comment
author
Chris Lattner
<sabre@nondot.org>
Mon, 6 Dec 2010 07:43:04 +0000
(07:43 +0000)
committer
Chris Lattner
<sabre@nondot.org>
Mon, 6 Dec 2010 07:43:04 +0000
(07:43 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@120994
91177308
-0d34-0410-b5e6-
96231b3b80d8
lib/Transforms/Utils/InlineFunction.cpp
patch
|
blob
|
history
diff --git
a/lib/Transforms/Utils/InlineFunction.cpp
b/lib/Transforms/Utils/InlineFunction.cpp
index d60f9080502a572c7dfe5a41ff422fc558f40925..5cf0fed19f478626724fa128fee1ff870844cc56 100644
(file)
--- a/
lib/Transforms/Utils/InlineFunction.cpp
+++ b/
lib/Transforms/Utils/InlineFunction.cpp
@@
-400,8
+400,7
@@
bool llvm::InlineFunction(CallSite CS, InlineFunctionInfo &IFI) {
if (!isa<Constant>(AI->getArraySize()))
continue;
- // Keep track of the static allocas that we inline into the caller if the
- // StaticAllocas pointer is non-null.
+ // Keep track of the static allocas that we inline into the caller.
IFI.StaticAllocas.push_back(AI);
// Scan for the block of allocas that we can move over, and move them