mirror of
https://github.com/c64scene-ar/llvm-6502.git
synced 2025-06-27 14:24:40 +00:00
Delete commented code. Don't repeat name in comment.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@234370 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
@ -112,13 +112,7 @@ class ELFObjectWriter : public MCObjectWriter {
|
|||||||
const MCAsmLayout &Layout,
|
const MCAsmLayout &Layout,
|
||||||
const MCSectionELF &Section);
|
const MCSectionELF &Section);
|
||||||
|
|
||||||
/*static bool isFixupKindX86RIPRel(unsigned Kind) {
|
/// Helper struct for containing some precomputed information on symbols.
|
||||||
return Kind == X86::reloc_riprel_4byte ||
|
|
||||||
Kind == X86::reloc_riprel_4byte_movq_load;
|
|
||||||
}*/
|
|
||||||
|
|
||||||
/// ELFSymbolData - Helper struct for containing some precomputed
|
|
||||||
/// information on symbols.
|
|
||||||
struct ELFSymbolData {
|
struct ELFSymbolData {
|
||||||
MCSymbolData *SymbolData;
|
MCSymbolData *SymbolData;
|
||||||
uint64_t StringIndex;
|
uint64_t StringIndex;
|
||||||
|
Reference in New Issue
Block a user