aboutsummaryrefslogtreecommitdiffstats
path: root/lib
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
commit56774d2b0d865b597f47235ad708e772636e6834 (patch)
tree17d75c2d9d1d9e61cb4fe095e098b26a4ec7c178 /lib
parent37059d52b7e51577ad2970e0ed00f230788fde18 (diff)
downloadexternal_llvm-56774d2b0d865b597f47235ad708e772636e6834.zip
external_llvm-56774d2b0d865b597f47235ad708e772636e6834.tar.gz
external_llvm-56774d2b0d865b597f47235ad708e772636e6834.tar.bz2
Delete an unused member function.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@63941 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'lib')
-rw-r--r--lib/CodeGen/SelectionDAG/ScheduleDAGSDNodes.h2
1 files changed, 0 insertions, 2 deletions
diff --git a/lib/CodeGen/SelectionDAG/ScheduleDAGSDNodes.h b/lib/CodeGen/SelectionDAG/ScheduleDAGSDNodes.h
index 6fa0e15..f340d38 100644
--- a/lib/CodeGen/SelectionDAG/ScheduleDAGSDNodes.h
+++ b/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