mirror of
https://github.com/c64scene-ar/llvm-6502.git
synced 2024-12-14 11:32:34 +00:00
Delete an unused member function.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@63941 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
parent
37059d52b7
commit
56774d2b0d
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user