summaryrefslogtreecommitdiffstats
path: root/llvm/lib/CodeGen
diff options
context:
space:
mode:
authorDan Gohman <gohman@apple.com>2009-02-06 18:19:52 +0000
committerDan Gohman <gohman@apple.com>2009-02-06 18:19:52 +0000
commitcd2cd9f5d7b971bb4e4746852f3aea4644850d14 (patch)
tree482785fbca5cae94215484afc7e782c83c7947e0 /llvm/lib/CodeGen
parent51afb7c0bb59aa45b7814aafad3c3b7c6fc4ae32 (diff)
downloadbcm5719-llvm-cd2cd9f5d7b971bb4e4746852f3aea4644850d14.tar.gz
bcm5719-llvm-cd2cd9f5d7b971bb4e4746852f3aea4644850d14.zip
Delete an unused member function.
llvm-svn: 63941
Diffstat (limited to 'llvm/lib/CodeGen')
-rw-r--r--llvm/lib/CodeGen/SelectionDAG/ScheduleDAGSDNodes.h2
1 files changed, 0 insertions, 2 deletions
diff --git a/llvm/lib/CodeGen/SelectionDAG/ScheduleDAGSDNodes.h b/llvm/lib/CodeGen/SelectionDAG/ScheduleDAGSDNodes.h
index 6fa0e154839..f340d38658e 100644
--- a/llvm/lib/CodeGen/SelectionDAG/ScheduleDAGSDNodes.h
+++ b/llvm/lib/CodeGen/SelectionDAG/ScheduleDAGSDNodes.h
@@ -76,8 +76,6 @@ namespace llvm {
///
SUnit *Clone(SUnit *N);
- virtual SelectionDAG *getDAG() { return DAG; }
-
/// BuildSchedGraph - Build the SUnit graph from the selection dag that we
/// are input. This SUnit graph is similar to the SelectionDAG, but
/// excludes nodes that aren't interesting to scheduling, and represents
OpenPOWER on IntegriCloud