mirror of
https://github.com/c64scene-ar/llvm-6502.git
synced 2025-07-22 23:24:59 +00:00
Include a frame index in the "fixed stack" pseudo source value
instead of using the frame index for the SVOffset, which was inconsistent. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@53486 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
@@ -35,9 +35,9 @@ namespace llvm {
|
||||
return V->getValueID() == PseudoSourceValueVal;
|
||||
}
|
||||
|
||||
/// A pseudo source value referencing to the stack frame of a function,
|
||||
/// A pseudo source value referencing a fixed stack frame entry,
|
||||
/// e.g., a spill slot.
|
||||
static const PseudoSourceValue *getFixedStack();
|
||||
static const PseudoSourceValue *getFixedStack(int FI);
|
||||
|
||||
/// A source value referencing the area below the stack frame of a function,
|
||||
/// e.g., the argument space.
|
||||
|
Reference in New Issue
Block a user