mirror of
https://github.com/c64scene-ar/llvm-6502.git
synced 2025-02-03 15:36:21 +00:00
Delete an unused function.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@104716 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
parent
95506d40c5
commit
d89c258051
@ -1105,8 +1105,6 @@ namespace {
|
|||||||
return scheduleDAG->DAG->GetOrdering(SU->getNode());
|
return scheduleDAG->DAG->GetOrdering(SU->getNode());
|
||||||
}
|
}
|
||||||
|
|
||||||
unsigned size() const { return Queue.size(); }
|
|
||||||
|
|
||||||
bool empty() const { return Queue.empty(); }
|
bool empty() const { return Queue.empty(); }
|
||||||
|
|
||||||
void push(SUnit *U) {
|
void push(SUnit *U) {
|
||||||
|
Loading…
x
Reference in New Issue
Block a user