From: Dan Gohman Date: Fri, 6 Feb 2009 18:19:52 +0000 (+0000) Subject: Delete an unused member function. X-Git-Url: http://demsky.eecs.uci.edu/git/?a=commitdiff_plain;h=56774d2b0d865b597f47235ad708e772636e6834;p=oota-llvm.git Delete an unused member function. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@63941 91177308-0d34-0410-b5e6-96231b3b80d8 --- diff --git a/lib/CodeGen/SelectionDAG/ScheduleDAGSDNodes.h b/lib/CodeGen/SelectionDAG/ScheduleDAGSDNodes.h index 6fa0e154839..f340d38658e 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