mirror of
https://github.com/c64scene-ar/llvm-6502.git
synced 2026-04-23 22:23:00 +00:00
Code cleanup associated with jump tables, thanks to Chris for noticing
these. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@27950 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
@@ -102,14 +102,14 @@ public:
|
||||
/// noted with this interface.
|
||||
virtual void addRelocation(const MachineRelocation &MR) = 0;
|
||||
|
||||
// getConstantPoolEntryAddress - Return the address of the 'Index' entry in
|
||||
// the constant pool that was last emitted with the 'emitConstantPool' method.
|
||||
//
|
||||
/// getConstantPoolEntryAddress - Return the address of the 'Index' entry in
|
||||
/// the constant pool that was last emitted with the emitConstantPool method.
|
||||
///
|
||||
virtual uint64_t getConstantPoolEntryAddress(unsigned Index) = 0;
|
||||
|
||||
// getJumpTablelEntryAddress - Return the address of the jump table with index
|
||||
// 'Index' in the function that last called initJumpTableInfo.
|
||||
//
|
||||
/// getJumpTableEntryAddress - Return the address of the jump table with index
|
||||
/// 'Index' in the function that last called initJumpTableInfo.
|
||||
///
|
||||
virtual uint64_t getJumpTableEntryAddress(unsigned Index) = 0;
|
||||
|
||||
// allocateGlobal - Allocate some space for a global variable.
|
||||
|
||||
Reference in New Issue
Block a user