summaryrefslogtreecommitdiff
path: root/lib/CodeGen/RegisterPressure.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/RegisterPressure.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/RegisterPressure.cpp')
-rw-r--r--lib/CodeGen/RegisterPressure.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/CodeGen/RegisterPressure.cpp b/lib/CodeGen/RegisterPressure.cpp
index ea2bb6b266..d39ef722a3 100644
--- a/lib/CodeGen/RegisterPressure.cpp
+++ b/lib/CodeGen/RegisterPressure.cpp
@@ -13,10 +13,10 @@
//===----------------------------------------------------------------------===//
#include "RegisterClassInfo.h"
-#include "RegisterPressure.h"
#include "llvm/CodeGen/LiveInterval.h"
#include "llvm/CodeGen/LiveIntervalAnalysis.h"
#include "llvm/CodeGen/MachineRegisterInfo.h"
+#include "llvm/CodeGen/RegisterPressure.h"
#include "llvm/Target/TargetMachine.h"
#include "llvm/Support/Debug.h"
#include "llvm/Support/raw_ostream.h"