summaryrefslogtreecommitdiffstats
path: root/llvm/lib/Target/Hexagon/HexagonExpandPredSpillCode.cpp
diff options
context:
space:
mode:
authorBenjamin Kramer <benny.kra@googlemail.com>2012-02-06 10:19:29 +0000
committerBenjamin Kramer <benny.kra@googlemail.com>2012-02-06 10:19:29 +0000
commitae87d7b4b2e32a073b47f72ce82edb8adc52cd70 (patch)
tree488ad40b019937e41b4aa350b68d1a712649f493 /llvm/lib/Target/Hexagon/HexagonExpandPredSpillCode.cpp
parent33aa76c88a205b46ed69fc4a7bdfe600ab2dc576 (diff)
downloadbcm5719-llvm-ae87d7b4b2e32a073b47f72ce82edb8adc52cd70.tar.gz
bcm5719-llvm-ae87d7b4b2e32a073b47f72ce82edb8adc52cd70.zip
Hexagon: Remove forbidden iostream includes (it introduces static initializers)
Reorder includes while at it. llvm-svn: 149863
Diffstat (limited to 'llvm/lib/Target/Hexagon/HexagonExpandPredSpillCode.cpp')
-rw-r--r--llvm/lib/Target/Hexagon/HexagonExpandPredSpillCode.cpp22
1 files changed, 8 insertions, 14 deletions
diff --git a/llvm/lib/Target/Hexagon/HexagonExpandPredSpillCode.cpp b/llvm/lib/Target/Hexagon/HexagonExpandPredSpillCode.cpp
index 965d482acfe..f2f60c56e48 100644
--- a/llvm/lib/Target/Hexagon/HexagonExpandPredSpillCode.cpp
+++ b/llvm/lib/Target/Hexagon/HexagonExpandPredSpillCode.cpp
@@ -1,4 +1,4 @@
-//===--- HexagonExpandPredSpillCode.cpp - Expand Predicate Spill Code ----===//
+//===- HexagonExpandPredSpillCode.cpp - Expand Predicate Spill Code -------===//
//
// The LLVM Compiler Infrastructure
//
@@ -17,31 +17,25 @@
//
//===----------------------------------------------------------------------===//
-
-#include "llvm/CodeGen/Passes.h"
+#include "HexagonTargetMachine.h"
+#include "HexagonSubtarget.h"
+#include "HexagonMachineFunctionInfo.h"
+#include "llvm/ADT/Statistic.h"
#include "llvm/CodeGen/LatencyPriorityQueue.h"
-#include "llvm/CodeGen/SchedulerRegistry.h"
#include "llvm/CodeGen/MachineDominators.h"
#include "llvm/CodeGen/MachineFunctionPass.h"
+#include "llvm/CodeGen/MachineInstrBuilder.h"
#include "llvm/CodeGen/MachineLoopInfo.h"
#include "llvm/CodeGen/MachineRegisterInfo.h"
+#include "llvm/CodeGen/Passes.h"
#include "llvm/CodeGen/ScheduleHazardRecognizer.h"
+#include "llvm/CodeGen/SchedulerRegistry.h"
#include "llvm/Target/TargetMachine.h"
#include "llvm/Target/TargetInstrInfo.h"
#include "llvm/Target/TargetRegisterInfo.h"
#include "llvm/Support/Compiler.h"
#include "llvm/Support/Debug.h"
-#include "llvm/ADT/Statistic.h"
#include "llvm/Support/MathExtras.h"
-#include "llvm/CodeGen/MachineInstrBuilder.h"
-#include "HexagonTargetMachine.h"
-#include "HexagonSubtarget.h"
-#include "HexagonMachineFunctionInfo.h"
-#include <map>
-#include <iostream>
-
-#include "llvm/Support/CommandLine.h"
-
using namespace llvm;
OpenPOWER on IntegriCloud