diff options
| author | Dan Gohman <gohman@apple.com> | 2010-05-26 18:34:12 +0000 |
|---|---|---|
| committer | Dan Gohman <gohman@apple.com> | 2010-05-26 18:34:12 +0000 |
| commit | 1e5d0b0456f1315b47baeefd422ddcc02d89bb63 (patch) | |
| tree | e138b7bf7234575d7b5e313646829c75f194d38a /llvm/lib | |
| parent | c9e78145b076284c8da6adb8f16057f0b21c615f (diff) | |
| download | bcm5719-llvm-1e5d0b0456f1315b47baeefd422ddcc02d89bb63.tar.gz bcm5719-llvm-1e5d0b0456f1315b47baeefd422ddcc02d89bb63.zip | |
Delete an unused function.
llvm-svn: 104716
Diffstat (limited to 'llvm/lib')
| -rw-r--r-- | llvm/lib/CodeGen/SelectionDAG/ScheduleDAGRRList.cpp | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/llvm/lib/CodeGen/SelectionDAG/ScheduleDAGRRList.cpp b/llvm/lib/CodeGen/SelectionDAG/ScheduleDAGRRList.cpp index 1bc059fad12..6c5b9b44515 100644 --- a/llvm/lib/CodeGen/SelectionDAG/ScheduleDAGRRList.cpp +++ b/llvm/lib/CodeGen/SelectionDAG/ScheduleDAGRRList.cpp @@ -1105,8 +1105,6 @@ namespace { return scheduleDAG->DAG->GetOrdering(SU->getNode()); } - unsigned size() const { return Queue.size(); } - bool empty() const { return Queue.empty(); } void push(SUnit *U) { |

