mirror of
https://github.com/c64scene-ar/llvm-6502.git
synced 2025-09-13 08:25:27 +00:00
Remove addFrameMove.
Now that we have good testing, remove addFrameMove and create cfi instructions directly. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@182052 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
@@ -238,8 +238,9 @@ public:
|
||||
return FrameInstructions;
|
||||
}
|
||||
|
||||
void addFrameMove(MCSymbol *Label, const MachineLocation &Dst,
|
||||
const MachineLocation &Src);
|
||||
void addFrameInst(const MCCFIInstruction &Inst) {
|
||||
FrameInstructions.push_back(Inst);
|
||||
}
|
||||
|
||||
/// getCompactUnwindEncoding - Returns the compact unwind encoding for a
|
||||
/// function if the target supports the encoding. This encoding replaces a
|
||||
|
Reference in New Issue
Block a user