Move RegisterClassInfo.h.
authorAndrew Trick <atrick@apple.com>
Wed, 6 Jun 2012 20:29:31 +0000 (20:29 +0000)
committerAndrew Trick <atrick@apple.com>
Wed, 6 Jun 2012 20:29:31 +0000 (20:29 +0000)
commit1525260b3e50cc578939ef41b60609689eecfdd2
treefb7c52c2a54e0cee234134fd540fa44cd0640c79
parent955f9387516da03b51337b126bebb43567141173
Move RegisterClassInfo.h.

Allow targets to access this API. It's required for RegisterPressure.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@158102 91177308-0d34-0410-b5e6-96231b3b80d8
12 files changed:
include/llvm/CodeGen/RegisterClassInfo.h [new file with mode: 0644]
lib/CodeGen/AggressiveAntiDepBreaker.cpp
lib/CodeGen/AllocationOrder.cpp
lib/CodeGen/CriticalAntiDepBreaker.h
lib/CodeGen/MachineScheduler.cpp
lib/CodeGen/PostRASchedulerList.cpp
lib/CodeGen/RegAllocBase.h
lib/CodeGen/RegAllocFast.cpp
lib/CodeGen/RegisterClassInfo.cpp
lib/CodeGen/RegisterClassInfo.h [deleted file]
lib/CodeGen/RegisterCoalescer.cpp
lib/CodeGen/RegisterPressure.cpp