[llvm-commits] [llvm] r93856 - /llvm/trunk/lib/Target/Mips/AsmPrinter/MipsAsmPrinter.cpp

Chris Lattner clattner at apple.com
Tue Jan 19 11:24:57 PST 2010


On Jan 19, 2010, at 10:57 AM, Bruno Cardoso Lopes wrote:

> On Tue, Jan 19, 2010 at 3:24 AM, Chris Lattner <sabre at nondot.org>  
> wrote:
>> Author: lattner
>> Date: Mon Jan 18 23:23:59 2010
>> New Revision: 93856
>>
>> URL: http://llvm.org/viewvc/llvm-project?rev=93856&view=rev
>> Log:
>> simplify the mips target to print .size and .type for c strings
>> just like all other elf targets.  Bruno, if this isn't right, please
>> let me know + why :)
>
> I don't remember why I did this, probably to make the output the
> same as gcc at sometime. I think this is fine, if I hit any problem
> I'll come back with an explanation :)

Sounds good thanks!



More information about the llvm-commits mailing list