mirror of
https://github.com/c64scene-ar/llvm-6502.git
synced 2025-08-09 11:25:55 +00:00
Remove unused function.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@181606 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
@@ -295,16 +295,6 @@ unsigned HexagonRegisterInfo::getStackRegister() const {
|
|||||||
return Hexagon::R29;
|
return Hexagon::R29;
|
||||||
}
|
}
|
||||||
|
|
||||||
void HexagonRegisterInfo::getInitialFrameState(std::vector<MachineMove>
|
|
||||||
&Moves) const
|
|
||||||
{
|
|
||||||
// VirtualFP = (R30 + #0).
|
|
||||||
unsigned FPReg = getFrameRegister();
|
|
||||||
MachineLocation Dst(MachineLocation::VirtualFP);
|
|
||||||
MachineLocation Src(FPReg, 0);
|
|
||||||
Moves.push_back(MachineMove(0, Dst, Src));
|
|
||||||
}
|
|
||||||
|
|
||||||
unsigned HexagonRegisterInfo::getEHExceptionRegister() const {
|
unsigned HexagonRegisterInfo::getEHExceptionRegister() const {
|
||||||
llvm_unreachable("What is the exception register");
|
llvm_unreachable("What is the exception register");
|
||||||
}
|
}
|
||||||
|
@@ -78,7 +78,6 @@ struct HexagonRegisterInfo : public HexagonGenRegisterInfo {
|
|||||||
unsigned getRARegister() const;
|
unsigned getRARegister() const;
|
||||||
unsigned getFrameRegister(const MachineFunction &MF) const;
|
unsigned getFrameRegister(const MachineFunction &MF) const;
|
||||||
unsigned getFrameRegister() const;
|
unsigned getFrameRegister() const;
|
||||||
void getInitialFrameState(std::vector<MachineMove> &Moves) const;
|
|
||||||
unsigned getStackRegister() const;
|
unsigned getStackRegister() const;
|
||||||
|
|
||||||
// Exception handling queries.
|
// Exception handling queries.
|
||||||
|
Reference in New Issue
Block a user