mirror of
https://github.com/c64scene-ar/llvm-6502.git
synced 2025-01-18 13:34:04 +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:
parent
872266937b
commit
13c7f90285
@ -112,13 +112,7 @@ class ELFObjectWriter : public MCObjectWriter {
|
||||
const MCAsmLayout &Layout,
|
||||
const MCSectionELF &Section);
|
||||
|
||||
/*static bool isFixupKindX86RIPRel(unsigned Kind) {
|
||||
return Kind == X86::reloc_riprel_4byte ||
|
||||
Kind == X86::reloc_riprel_4byte_movq_load;
|
||||
}*/
|
||||
|
||||
/// ELFSymbolData - Helper struct for containing some precomputed
|
||||
/// information on symbols.
|
||||
/// Helper struct for containing some precomputed information on symbols.
|
||||
struct ELFSymbolData {
|
||||
MCSymbolData *SymbolData;
|
||||
uint64_t StringIndex;
|
||||
|
Loading…
x
Reference in New Issue
Block a user