forked from OSchip/llvm-project
parent
8303fbbcf9
commit
b7f872197a
|
@ -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…
Reference in New Issue