Delete an unused member function.

llvm-svn: 63941
This commit is contained in:
Dan Gohman 2009-02-06 18:19:52 +00:00
parent 4ff40adb90
commit 2ae1006f93

View File

@ -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