mirror of
https://github.com/c64scene-ar/llvm-6502.git
synced 2025-03-19 04:31:17 +00:00
Remove unused functions.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@111155 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
parent
45cdd7fd61
commit
a649ab542d
@ -144,11 +144,6 @@ namespace {
|
||||
dbgs() << "\n";
|
||||
}
|
||||
|
||||
/// isStackEmpty - Return true if the FP stack is empty.
|
||||
bool isStackEmpty() const {
|
||||
return StackTop == 0;
|
||||
}
|
||||
|
||||
/// getSlot - Return the stack slot number a particular register number is
|
||||
/// in.
|
||||
unsigned getSlot(unsigned RegNo) const {
|
||||
@ -577,9 +572,6 @@ namespace {
|
||||
friend bool operator<(const TableEntry &TE, unsigned V) {
|
||||
return TE.from < V;
|
||||
}
|
||||
friend bool operator<(unsigned V, const TableEntry &TE) {
|
||||
return V < TE.from;
|
||||
}
|
||||
};
|
||||
}
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user