[llvm-commits] [llvm] r120534 - in /llvm/trunk: lib/MC/ELFObjectWriter.cpp lib/Target/ARM/ARMAsmBackend.cpp test/CodeGen/ARM/2010-11-30-reloc-movt.ll

Jason Kim jasonwkim at google.com
Tue Nov 30 19:10:47 PST 2010


On Tue, Nov 30, 2010 at 7:02 PM, Rafael Espíndola
<rafael.espindola at gmail.com> wrote:
>> +
>> +protected:
>> +  static unsigned adjustFixupValue(unsigned Kind, uint64_t Value) {
>
> ...
>
>> -static unsigned adjustFixupValue(unsigned Kind, uint64_t Value) {
>
>
> It was a global static function before. Why can't you use it as such?

It seemed like a better choice to move it to a canonical place for
explicitly sharing between subclasses - that function was too close in
the namespace tied to darwin.

Thanks!

-jason
>
> Cheers,
> Rafael
>




More information about the llvm-commits mailing list