mirror of
https://github.com/c64scene-ar/llvm-6502.git
synced 2025-09-24 23:28:41 +00:00
Revert 84315 for now. Re-thinking the patch.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@84321 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
@@ -47,9 +47,9 @@ namespace llvm {
|
||||
return V->getValueID() == PseudoSourceValueVal;
|
||||
}
|
||||
|
||||
/// A pseudo source value referencing a stack frame entry,
|
||||
/// e.g., a spill slot or an incoming argument on stack.
|
||||
static const PseudoSourceValue *getStackObject(int FI);
|
||||
/// A pseudo source value referencing a fixed stack frame entry,
|
||||
/// e.g., a spill slot.
|
||||
static const PseudoSourceValue *getFixedStack(int FI);
|
||||
|
||||
/// A pseudo source value referencing the area below the stack frame of
|
||||
/// a function, e.g., the argument space.
|
||||
|
Reference in New Issue
Block a user