diff options
Diffstat (limited to 'lib/Target/SparcV9/ModuloScheduling/MSchedGraphSB.cpp')
-rw-r--r-- | lib/Target/SparcV9/ModuloScheduling/MSchedGraphSB.cpp | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/lib/Target/SparcV9/ModuloScheduling/MSchedGraphSB.cpp b/lib/Target/SparcV9/ModuloScheduling/MSchedGraphSB.cpp index 0d3d720ea5..bd879f8778 100644 --- a/lib/Target/SparcV9/ModuloScheduling/MSchedGraphSB.cpp +++ b/lib/Target/SparcV9/ModuloScheduling/MSchedGraphSB.cpp @@ -13,8 +13,8 @@ // is provided, a conservative approach of adding dependencies between all // loads and stores is taken. //===----------------------------------------------------------------------===// -#define DEBUG_TYPE "ModuloSchedSB" +#define DEBUG_TYPE "ModuloSchedSB" #include "MSchedGraphSB.h" #include "../SparcV9RegisterInfo.h" #include "../MachineCodeForInstruction.h" @@ -30,7 +30,7 @@ #include <set> #include "llvm/Target/TargetSchedInfo.h" #include "../SparcV9Internals.h" - +#include <iostream> using namespace llvm; //MSchedGraphSBNode constructor |