mirror of
https://github.com/c64scene-ar/llvm-6502.git
synced 2025-07-24 06:25:18 +00:00
Now that RelocBehaviour() is never overloaded, it doesn't need to be
virtual. Just inline it into its two current call sites in preparation for simplifying the code. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@76686 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
@@ -601,13 +601,6 @@ namespace llvm {
|
||||
virtual SectionKind::Kind
|
||||
SectionKindForGlobal(const GlobalValue *GV) const;
|
||||
|
||||
/// RelocBehaviour - Describes how relocations should be treated when
|
||||
/// selecting sections. Reloc::Global bit should be set if global
|
||||
/// relocations should force object to be placed in read-write
|
||||
/// sections. Reloc::Local bit should be set if local relocations should
|
||||
/// force object to be placed in read-write sections.
|
||||
virtual unsigned RelocBehaviour() const;
|
||||
|
||||
/// SectionFlagsForGlobal - This hook allows the target to select proper
|
||||
/// section flags either for given global or for section.
|
||||
// FIXME: Eliminate this.
|
||||
|
Reference in New Issue
Block a user