summaryrefslogtreecommitdiffstats
path: root/gnu/llvm/lib/CodeGen/ScheduleDAGPrinter.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'gnu/llvm/lib/CodeGen/ScheduleDAGPrinter.cpp')
-rw-r--r--gnu/llvm/lib/CodeGen/ScheduleDAGPrinter.cpp4
1 files changed, 1 insertions, 3 deletions
diff --git a/gnu/llvm/lib/CodeGen/ScheduleDAGPrinter.cpp b/gnu/llvm/lib/CodeGen/ScheduleDAGPrinter.cpp
index bb6a45996f6..37c4a470bd0 100644
--- a/gnu/llvm/lib/CodeGen/ScheduleDAGPrinter.cpp
+++ b/gnu/llvm/lib/CodeGen/ScheduleDAGPrinter.cpp
@@ -14,14 +14,12 @@
#include "llvm/ADT/StringExtras.h"
#include "llvm/CodeGen/MachineConstantPool.h"
#include "llvm/CodeGen/MachineFunction.h"
-#include "llvm/CodeGen/MachineModuleInfo.h"
#include "llvm/CodeGen/ScheduleDAG.h"
+#include "llvm/CodeGen/TargetRegisterInfo.h"
#include "llvm/IR/Constants.h"
#include "llvm/Support/Debug.h"
#include "llvm/Support/GraphWriter.h"
#include "llvm/Support/raw_ostream.h"
-#include "llvm/Target/TargetRegisterInfo.h"
-#include <fstream>
using namespace llvm;
namespace llvm {