mirror of
https://github.com/c64scene-ar/llvm-6502.git
synced 2024-12-28 19:31:58 +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:
parent
7159a307b9
commit
3a0d00eef9
@ -295,16 +295,6 @@ unsigned HexagonRegisterInfo::getStackRegister() const {
|
||||
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 {
|
||||
llvm_unreachable("What is the exception register");
|
||||
}
|
||||
|
@ -78,7 +78,6 @@ struct HexagonRegisterInfo : public HexagonGenRegisterInfo {
|
||||
unsigned getRARegister() const;
|
||||
unsigned getFrameRegister(const MachineFunction &MF) const;
|
||||
unsigned getFrameRegister() const;
|
||||
void getInitialFrameState(std::vector<MachineMove> &Moves) const;
|
||||
unsigned getStackRegister() const;
|
||||
|
||||
// Exception handling queries.
|
||||
|
Loading…
Reference in New Issue
Block a user