Displaying 1 result from an estimated 1 matches for "mipscallingconv".
2011 Apr 25
1
[LLVMdev] [MIPS] Type error in MIPS Backend.
Hi all
When I read Mips Backend, I find this type error in MipsCallingConv.td.
//The first 4 doubl fp arguments are passed in single fp registers.
It should be
//The first 4 double fp arguments are passed in single fp registers.
Will my patch be OK?
Thanks
--Liu
-------------- next part --------------
A non-text attachment was scrubbed...
Name: mips-be-type-error.patch...