mirror of
https://github.com/RPCSX/llvm.git
synced 2025-02-08 05:26:50 +00:00
The RegisterInfo class is obsolete
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@7522 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
parent
a5100d91ef
commit
9eab316528
@ -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…
x
Reference in New Issue
Block a user