[llvm] r196726 - Cleaning up of prologue/epilogue code for Mips16. First step

reed kotler rkotler at mips.com
Mon Dec 9 13:49:06 PST 2013


Good point. Just an oversight. I'll take care of this in my next putback.

I'm cleaning up all of this prologue/epilogue code for mips16.

On 12/09/2013 01:35 PM, Eric Christopher wrote:
>> -      BuildMI(MBB, I, DL, get(Mips::SaveRaF16)).addImm(FrameSize);
>> +      //BuildMI(MBB, I, DL, get(Mips::SaveRaF16)).addImm(FrameSize);
>> +      BuildMI(MBB, I, DL, get(Mips::SaveX16)).addReg(Mips::RA).
>> +              addReg(Mips::S0).
>> +              addReg(Mips::S1).addReg(Mips::S2).addImm(FrameSize);
> Confusing commented out line.
>
> -eric





More information about the llvm-commits mailing list