[llvm-commits] [llvm] r94441 - /llvm/trunk/lib/Target/ARM/AsmPrinter/ARMAsmPrinter.cpp

Jim Grosbach grosbach at apple.com
Mon Jan 25 15:52:50 PST 2010


On Jan 25, 2010, at 3:28 PM, Chris Lattner wrote:

> 
> On Jan 25, 2010, at 3:18 PM, Jim Grosbach wrote:
> 
>> Hi Chris,
>> 
>> It looks like this is causing breakage for ARM. Jump table labels have extra quoting in them, resulting in output like:
>> 
>> "LJTI4_0_0
>> ":
>>       .set L4_0_0_set_839-"LJTI4_0_0
>> "
>>       .long    L4_0_0_set_839
>>       .long    L4_0_0_set_839
> 
> Ouch, fixed in 94472, thanks!


No worries. Thanks for the quick turnaround!

One more minor tweak in 94475.

-jim



More information about the llvm-commits mailing list