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 | cfa89e2af22dab62b8e4fc8cd459a8d8a075b659 (patch) | |
| tree | c7d803d8abd285cfaf1071b9cb8e5c1217d209e7 /lib/CodeGen/SelectionDAG | |
| parent | 8d8e3f1c945db0650ccfd0f68ef9b2f6e67a9a90 (diff) | |
| download | external_llvm-cfa89e2af22dab62b8e4fc8cd459a8d8a075b659.zip external_llvm-cfa89e2af22dab62b8e4fc8cd459a8d8a075b659.tar.gz external_llvm-cfa89e2af22dab62b8e4fc8cd459a8d8a075b659.tar.bz2 | |
Delete an unused function.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@104716 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'lib/CodeGen/SelectionDAG')
| -rw-r--r-- | lib/CodeGen/SelectionDAG/ScheduleDAGRRList.cpp | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/lib/CodeGen/SelectionDAG/ScheduleDAGRRList.cpp b/lib/CodeGen/SelectionDAG/ScheduleDAGRRList.cpp index 1bc059f..6c5b9b4 100644 --- a/lib/CodeGen/SelectionDAG/ScheduleDAGRRList.cpp +++ b/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) { |
