mirror of
https://github.com/c64scene-ar/llvm-6502.git
synced 2025-02-19 06:31:18 +00:00
Update comment.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@111887 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
parent
8c67e4cb3a
commit
882d62e2db
@ -389,7 +389,8 @@ bool ARMFastISel::ARMSelectLoad(const Instruction *I) {
|
||||
unsigned Reg = 0;
|
||||
int Offset = 0;
|
||||
|
||||
// TODO: Think about using loadRegFromStackSlot() here when we can.
|
||||
// If we're an alloca we know we have a frame index and can emit the load
|
||||
// directly in short order.
|
||||
if (ARMLoadAlloca(I))
|
||||
return true;
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user