[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
Rafael Espíndola
rafael.espindola at gmail.com
Tue Nov 30 19:02:29 PST 2010
> +
> +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?
Cheers,
Rafael
More information about the llvm-commits
mailing list