summaryrefslogtreecommitdiff
path: root/lib/CodeGen/ScheduleDAGInstrs.cpp
diff options
context:
space:
mode:
authorAndrew Trick <atrick@apple.com>2012-06-06 19:47:35 +0000
committerAndrew Trick <atrick@apple.com>2012-06-06 19:47:35 +0000
commitafc2657cc33988a178d3b21645dba54484600c5f (patch)
tree9b9ed83338d293ba52abd5488603061a3aeefc9d /lib/CodeGen/ScheduleDAGInstrs.cpp
parent95a9d937728ca9cf2bf44f86ff1184df318b3bd7 (diff)
downloadllvm-afc2657cc33988a178d3b21645dba54484600c5f.tar.gz
llvm-afc2657cc33988a178d3b21645dba54484600c5f.tar.bz2
llvm-afc2657cc33988a178d3b21645dba54484600c5f.tar.xz
Move RegisterPressure.h.
Make it a general utility for use by Targets. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@158097 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'lib/CodeGen/ScheduleDAGInstrs.cpp')
-rw-r--r--lib/CodeGen/ScheduleDAGInstrs.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/CodeGen/ScheduleDAGInstrs.cpp b/lib/CodeGen/ScheduleDAGInstrs.cpp
index e78f5c92b4..6e80335f4b 100644
--- a/lib/CodeGen/ScheduleDAGInstrs.cpp
+++ b/lib/CodeGen/ScheduleDAGInstrs.cpp
@@ -13,7 +13,6 @@
//===----------------------------------------------------------------------===//
#define DEBUG_TYPE "sched-instrs"
-#include "RegisterPressure.h"
#include "llvm/Operator.h"
#include "llvm/Analysis/AliasAnalysis.h"
#include "llvm/Analysis/ValueTracking.h"
@@ -22,6 +21,7 @@
#include "llvm/CodeGen/MachineMemOperand.h"
#include "llvm/CodeGen/MachineRegisterInfo.h"
#include "llvm/CodeGen/PseudoSourceValue.h"
+#include "llvm/CodeGen/RegisterPressure.h"
#include "llvm/CodeGen/ScheduleDAGInstrs.h"
#include "llvm/MC/MCInstrItineraries.h"
#include "llvm/Target/TargetMachine.h"