[llvm-commits] [llvm] r63941 - /llvm/trunk/lib/CodeGen/SelectionDAG/ScheduleDAGSDNodes.h

Dan Gohman gohman at apple.com
Fri Feb 6 10:19:53 PST 2009


Author: djg
Date: Fri Feb  6 12:19:52 2009
New Revision: 63941

URL: http://llvm.org/viewvc/llvm-project?rev=63941&view=rev
Log:
Delete an unused member function.

Modified:
    llvm/trunk/lib/CodeGen/SelectionDAG/ScheduleDAGSDNodes.h

Modified: llvm/trunk/lib/CodeGen/SelectionDAG/ScheduleDAGSDNodes.h
URL: http://llvm.org/viewvc/llvm-project/llvm/trunk/lib/CodeGen/SelectionDAG/ScheduleDAGSDNodes.h?rev=63941&r1=63940&r2=63941&view=diff

==============================================================================
--- llvm/trunk/lib/CodeGen/SelectionDAG/ScheduleDAGSDNodes.h (original)
+++ llvm/trunk/lib/CodeGen/SelectionDAG/ScheduleDAGSDNodes.h Fri Feb  6 12:19:52 2009
@@ -76,8 +76,6 @@
     ///
     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





More information about the llvm-commits mailing list