diff options
author | Chris Lattner <sabre@nondot.org> | 2002-04-08 22:03:57 +0000 |
---|---|---|
committer | Chris Lattner <sabre@nondot.org> | 2002-04-08 22:03:57 +0000 |
commit | f739fa8541804b5f89a2ed9a448e03616381d610 (patch) | |
tree | 4c087c687a341aac872fb0d3d90cc69748f3c4e4 /llvm/lib/CodeGen/InstrSched/SchedPriorities.cpp | |
parent | c0b4c7bc3296cf7dd5be9392800b855ceb48c44d (diff) | |
download | bcm5719-llvm-f739fa8541804b5f89a2ed9a448e03616381d610.tar.gz bcm5719-llvm-f739fa8541804b5f89a2ed9a448e03616381d610.zip |
s/Method/Function
llvm-svn: 2180
Diffstat (limited to 'llvm/lib/CodeGen/InstrSched/SchedPriorities.cpp')
-rw-r--r-- | llvm/lib/CodeGen/InstrSched/SchedPriorities.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/llvm/lib/CodeGen/InstrSched/SchedPriorities.cpp b/llvm/lib/CodeGen/InstrSched/SchedPriorities.cpp index 810692f7ba0..02e50c0cc79 100644 --- a/llvm/lib/CodeGen/InstrSched/SchedPriorities.cpp +++ b/llvm/lib/CodeGen/InstrSched/SchedPriorities.cpp @@ -25,7 +25,7 @@ #include <iostream> using std::cerr; -SchedPriorities::SchedPriorities(const Method *method, const SchedGraph *G, +SchedPriorities::SchedPriorities(const Function *, const SchedGraph *G, MethodLiveVarInfo &LVI) : curTime(0), graph(G), methodLiveVarInfo(LVI), nodeDelayVec(G->getNumNodes(), INVALID_LATENCY), // make errors obvious |