mirror of
https://github.com/c64scene-ar/llvm-6502.git
synced 2025-01-14 16:33:28 +00:00
Remove dead return.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@182898 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
parent
999c693694
commit
3b7f3b1434
@ -343,7 +343,6 @@ struct Elf_Rel_Base<ELFType<TargetEndianness, MaxAlign, true>, false> {
|
||||
// by a 32 bit big endian number.
|
||||
return (t << 32) | ((t >> 8) & 0xff000000) | ((t >> 24) & 0x00ff0000) |
|
||||
((t >> 40) & 0x0000ff00) | ((t >> 56) & 0x000000ff);
|
||||
return r_info;
|
||||
}
|
||||
void setRInfo(uint64_t R) {
|
||||
// FIXME: Add mips64el support.
|
||||
|
Loading…
x
Reference in New Issue
Block a user