summaryrefslogtreecommitdiffstats
path: root/llvm/lib/CodeGen/RegAllocFast.cpp
diff options
context:
space:
mode:
authorAndrew Trick <atrick@apple.com>2012-06-06 20:29:31 +0000
committerAndrew Trick <atrick@apple.com>2012-06-06 20:29:31 +0000
commit05ff4667ebc572140f7944981c44d340bc5c5c9a (patch)
treeb6f8c3f6f2c1b5d51a7c13d17373dcbeaa777d15 /llvm/lib/CodeGen/RegAllocFast.cpp
parentc6e1894cc830a4e48e5d2e5f17fe94210caad3d8 (diff)
downloadbcm5719-llvm-05ff4667ebc572140f7944981c44d340bc5c5c9a.tar.gz
bcm5719-llvm-05ff4667ebc572140f7944981c44d340bc5c5c9a.zip
Move RegisterClassInfo.h.
Allow targets to access this API. It's required for RegisterPressure. llvm-svn: 158102
Diffstat (limited to 'llvm/lib/CodeGen/RegAllocFast.cpp')
-rw-r--r--llvm/lib/CodeGen/RegAllocFast.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/llvm/lib/CodeGen/RegAllocFast.cpp b/llvm/lib/CodeGen/RegAllocFast.cpp
index 2cb16e00c83..8325f20e414 100644
--- a/llvm/lib/CodeGen/RegAllocFast.cpp
+++ b/llvm/lib/CodeGen/RegAllocFast.cpp
@@ -13,7 +13,6 @@
//===----------------------------------------------------------------------===//
#define DEBUG_TYPE "regalloc"
-#include "RegisterClassInfo.h"
#include "llvm/BasicBlock.h"
#include "llvm/CodeGen/MachineFunctionPass.h"
#include "llvm/CodeGen/MachineInstr.h"
@@ -22,6 +21,7 @@
#include "llvm/CodeGen/MachineRegisterInfo.h"
#include "llvm/CodeGen/Passes.h"
#include "llvm/CodeGen/RegAllocRegistry.h"
+#include "llvm/CodeGen/RegisterClassInfo.h"
#include "llvm/Target/TargetInstrInfo.h"
#include "llvm/Target/TargetMachine.h"
#include "llvm/Support/CommandLine.h"
OpenPOWER on IntegriCloud