mirror of
https://github.com/c64scene-ar/llvm-6502.git
synced 2025-07-25 13:24:46 +00:00
Preliminary support for ARM frame save directives emission via MI flags.
This is just very first approximation how the stuff should be done (e.g. ARM-only for now). More to follow. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@127101 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
@@ -82,6 +82,8 @@ private:
|
||||
// Generic helper used to emit e.g. ARMv5 mul pseudos
|
||||
void EmitPatchedInstruction(const MachineInstr *MI, unsigned TargetOpc);
|
||||
|
||||
void EmitUnwindingInstruction(const MachineInstr *MI);
|
||||
|
||||
public:
|
||||
void PrintDebugValueComment(const MachineInstr *MI, raw_ostream &OS);
|
||||
|
||||
|
Reference in New Issue
Block a user