search for: rstclass

Displaying 1 result from an estimated 1 matches for "rstclass".

Did you mean: retclass
2007 Feb 25
1
[LLVMdev] X86RegisterInfo.td
...g FPn allocations to STn registers) def RST : RegisterClass<"X86", [f64], 32, [ST0, ST1, ST2, ST3, ST4, ST5, ST6, ST7]> { let MethodProtos = [{ iterator allocation_order_end(const MachineFunction &MF) const; }]; let MethodBodies = [{ RSTClass::iterator RSTClass::allocation_order_end(const MachineFunction &MF) const { return begin(); } }]; } Is the "begin()" in there correct? Or should it maybe be "end()"? Thanks! -bw