diff options
author | Chris Lattner <sabre@nondot.org> | 2002-01-23 05:47:57 +0000 |
---|---|---|
committer | Chris Lattner <sabre@nondot.org> | 2002-01-23 05:47:57 +0000 |
commit | a16c3efb9faba1dadea565b0de89234086498ca2 (patch) | |
tree | 04fe30ace1b1964d3ff1cc0f25017063e28f86cf /lib/CodeGen/InstrSched/SchedPriorities.h | |
parent | 17643a8c9d12f029ece16741cad116b60b690662 (diff) |
Make it build with 2.95.3
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@1554 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'lib/CodeGen/InstrSched/SchedPriorities.h')
-rw-r--r-- | lib/CodeGen/InstrSched/SchedPriorities.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/CodeGen/InstrSched/SchedPriorities.h b/lib/CodeGen/InstrSched/SchedPriorities.h index a8b3e23397..b236e0ab64 100644 --- a/lib/CodeGen/InstrSched/SchedPriorities.h +++ b/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; |