mirror of
https://github.com/c64scene-ar/llvm-6502.git
synced 2025-02-21 06:30:16 +00:00
improve comment
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@120994 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
parent
7d32b8032d
commit
39add23dc5
@ -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
|
||||
|
Loading…
x
Reference in New Issue
Block a user