mirror of
https://github.com/RPCS3/llvm-mirror.git
synced 2024-11-23 11:13:28 +01:00
The RegisterInfo class is obsolete
llvm-svn: 7522
This commit is contained in:
parent
c485e85fa2
commit
6b3f365906
@ -98,19 +98,3 @@ def rFP : RegisterClass<f80, 4, [FP0, FP1, FP2, FP3, FP4, FP5, FP6]>;
|
||||
def : RegisterClass<f80, 4, [ST0, ST1, ST2, ST3, ST4, ST5, ST6, ST7]>;
|
||||
def : RegisterClass<i16, 2, [EFLAGS]>;
|
||||
|
||||
|
||||
|
||||
//===----------------------------------------------------------------------===//
|
||||
// Finally, define the global RegisterInfo implementation.
|
||||
//
|
||||
|
||||
def : RegisterInfo {
|
||||
// Specify the class name for the register info generator to make.
|
||||
set ClassName = "X86GenRegisterInfo";
|
||||
|
||||
// Specify the calle saved registers.
|
||||
set CalleeSavedRegisters = [ESI, EDI, EBX, EBP];
|
||||
|
||||
// Yes, pointers are 32-bits in size.
|
||||
set PointerType = i32;
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user