summaryrefslogtreecommitdiff
path: root/include/llvm/CodeGen/ScheduleDAG.h
diff options
context:
space:
mode:
authorDan Gohman <gohman@apple.com>2010-05-26 00:56:27 +0000
committerDan Gohman <gohman@apple.com>2010-05-26 00:56:27 +0000
commit4f989451328f638bab0e9535bbc1704ea7262324 (patch)
tree8b9958302e42273de6102815fc16f1a7ab7ef7f6 /include/llvm/CodeGen/ScheduleDAG.h
parent5eabaa2d7c001d801a36d76affc1aa257ca2975c (diff)
downloadllvm-4f989451328f638bab0e9535bbc1704ea7262324.tar.gz
llvm-4f989451328f638bab0e9535bbc1704ea7262324.tar.bz2
llvm-4f989451328f638bab0e9535bbc1704ea7262324.tar.xz
Delete an unused function.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@104658 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'include/llvm/CodeGen/ScheduleDAG.h')
-rw-r--r--include/llvm/CodeGen/ScheduleDAG.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/include/llvm/CodeGen/ScheduleDAG.h b/include/llvm/CodeGen/ScheduleDAG.h
index 9478806dcd..d7714029c1 100644
--- a/include/llvm/CodeGen/ScheduleDAG.h
+++ b/include/llvm/CodeGen/ScheduleDAG.h
@@ -424,7 +424,6 @@ namespace llvm {
virtual void updateNode(const SUnit *SU) = 0;
virtual void releaseState() = 0;
- virtual unsigned size() const = 0;
virtual bool empty() const = 0;
virtual void push(SUnit *U) = 0;