mirror of
https://github.com/c64scene-ar/llvm-6502.git
synced 2025-04-05 01:31:05 +00:00
Clarify ARM calling conventions.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@151113 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
parent
a240743ad9
commit
209600bb88
@ -1401,6 +1401,8 @@ bool ARMBaseInstrInfo::isSchedulingBoundary(const MachineInstr *MI,
|
||||
// stack slot reference to depend on the instruction that does the
|
||||
// modification.
|
||||
// Calls don't actually change the stack pointer, even if they have imp-defs.
|
||||
// No ARM calling conventions change the stack pointer. (X86 calling
|
||||
// conventions sometimes do).
|
||||
if (!MI->isCall() && MI->definesRegister(ARM::SP))
|
||||
return true;
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user