commit | 7e70829632f82de15db187845666aaca6e04b792 | [log] [tgz] |
---|---|---|
author | Chris Lattner <sabre@nondot.org> | Tue Jun 25 16:13:24 2002 +0000 |
committer | Chris Lattner <sabre@nondot.org> | Tue Jun 25 16:13:24 2002 +0000 |
tree | 48dd2d804e7ebec9a3cbd8bf229cb2a2aa20dce5 | |
parent | 0b12b5f50ec77a8bd01b92d287c52d748619bb4b [diff] [blame] |
MEGAPATCH checkin. For details, See: docs/2002-06-25-MegaPatchInfo.txt git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@2779 91177308-0d34-0410-b5e6-96231b3b80d8
diff --git a/lib/CodeGen/InstrSched/SchedGraph.cpp b/lib/CodeGen/InstrSched/SchedGraph.cpp index 0629f8c..3cd6cfa 100644 --- a/lib/CodeGen/InstrSched/SchedGraph.cpp +++ b/lib/CodeGen/InstrSched/SchedGraph.cpp
@@ -985,7 +985,7 @@ const TargetMachine& target) { for (Function::const_iterator BI = F->begin(); BI != F->end(); ++BI) - addGraph(new SchedGraph(*BI, target)); + addGraph(new SchedGraph(BI, target)); }