mirror of
https://github.com/RPCSX/llvm.git
synced 2024-12-02 08:46:23 +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),
|
||||
SetupCost(0) {}
|
||||
|
||||
unsigned getNumRegs() const { return NumRegs; }
|
||||
|
||||
bool operator<(const Cost &Other) const;
|
||||
|
||||
void Loose();
|
||||
|
Loading…
Reference in New Issue
Block a user