diff options
Diffstat (limited to 'llvm/lib/CodeGen/ModuloScheduling/MSSchedule.cpp')
-rw-r--r-- | llvm/lib/CodeGen/ModuloScheduling/MSSchedule.cpp | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/llvm/lib/CodeGen/ModuloScheduling/MSSchedule.cpp b/llvm/lib/CodeGen/ModuloScheduling/MSSchedule.cpp index 48ddd386fa8..dfee1d15bee 100644 --- a/llvm/lib/CodeGen/ModuloScheduling/MSSchedule.cpp +++ b/llvm/lib/CodeGen/ModuloScheduling/MSSchedule.cpp @@ -15,7 +15,6 @@ #include "MSSchedule.h" #include "Support/Debug.h" #include "llvm/Target/TargetSchedInfo.h" -#include <iostream> using namespace llvm; |