mirror of
				https://github.com/c64scene-ar/llvm-6502.git
				synced 2025-10-30 16:17:05 +00:00 
			
		
		
		
	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
This commit is contained in:
		| @@ -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" | ||||
|   | ||||
		Reference in New Issue
	
	Block a user