[PATCH] Fix for CodeGenPrepare wrongly updating the map of sunk addresses

Nick Lewycky nicholas at mxc.ca
Wed May 8 02:00:57 PDT 2013


Andrea_DiBiagio at sn.scee.net wrote:
> Hi Nick,
> Thanks for the review!
>
> Nick Lewycky<nicholas at mxc.ca>  wrote on 05/05/2013 23:53:55:
>
>> From: Nick Lewycky<nicholas at mxc.ca>
>>
>> Great!
>>
>> -    DenseMap<Value*, Value*>  SunkAddrs;
>> +    ValueMap<Value*,Value*>  SunkAddrs;
>>
>> Should be a space between the template arguments.
>>
>> Thanks for the patch, please commit it!
>>
>> Nick
>
> I forgot to mention on my last email that I haven't got commit access to
> the repository.
> Could you (or anybody else) submit this patch for me?

Committed as r181397. Thanks for the patch!

Nick



More information about the llvm-commits mailing list