commit | 447fd865999b4c18ac4d511bf1af294cae5ac7e3 | [log] [tgz] |
---|---|---|
author | Chris Lattner <sabre@nondot.org> | Wed Jan 23 05:47:57 2002 +0000 |
committer | Chris Lattner <sabre@nondot.org> | Wed Jan 23 05:47:57 2002 +0000 |
tree | 4184b5dd28299a178bdac359eb87f88368cb2352 | |
parent | 1afb8f96691ff4edb24337257fcfb6bf36123b7d [diff] [blame] |
Make it build with 2.95.3 llvm-svn: 1554
diff --git a/llvm/lib/CodeGen/InstrSched/SchedPriorities.h b/llvm/lib/CodeGen/InstrSched/SchedPriorities.h index a8b3e23..b236e0a 100644 --- a/llvm/lib/CodeGen/InstrSched/SchedPriorities.h +++ b/llvm/lib/CodeGen/InstrSched/SchedPriorities.h
@@ -26,7 +26,7 @@ #include "llvm/Analysis/LiveVar/MethodLiveVarInfo.h" #include "llvm/Target/MachineSchedInfo.h" #include <list> -#include <ostream> +//#include <ostream> class Method; class MachineInstr;