mirror of
https://github.com/c64scene-ar/llvm-6502.git
synced 2024-12-14 11:32:34 +00:00
Delete an unused function.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@114841 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
parent
477268cd24
commit
51138b3070
@ -645,8 +645,6 @@ public:
|
|||||||
: NumRegs(0), AddRecCost(0), NumIVMuls(0), NumBaseAdds(0), ImmCost(0),
|
: NumRegs(0), AddRecCost(0), NumIVMuls(0), NumBaseAdds(0), ImmCost(0),
|
||||||
SetupCost(0) {}
|
SetupCost(0) {}
|
||||||
|
|
||||||
unsigned getNumRegs() const { return NumRegs; }
|
|
||||||
|
|
||||||
bool operator<(const Cost &Other) const;
|
bool operator<(const Cost &Other) const;
|
||||||
|
|
||||||
void Loose();
|
void Loose();
|
||||||
|
Loading…
Reference in New Issue
Block a user