mirror of
https://github.com/c64scene-ar/llvm-6502.git
synced 2026-04-25 05:22:04 +00:00
Eliminate tabs and trailing spaces.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@22520 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
@@ -55,7 +55,7 @@ class MachineRelocation {
|
||||
|
||||
public:
|
||||
MachineRelocation(unsigned Offset, unsigned RelocationType, GlobalValue *GV,
|
||||
intptr_t cst = 0, bool DoesntNeedFunctionStub = 0,
|
||||
intptr_t cst = 0, bool DoesntNeedFunctionStub = 0,
|
||||
bool GOTrelative = 0)
|
||||
: OffsetTypeExternal(Offset + (RelocationType << 26)), ConstantVal(cst),
|
||||
GOTRelative(GOTrelative), isConstPool(0) {
|
||||
@@ -175,7 +175,7 @@ public:
|
||||
}
|
||||
|
||||
/// getGOTIndex - Once this has been resolved to an entry in the GOT,
|
||||
/// this returns that index. The index is from the lowest address entry
|
||||
/// this returns that index. The index is from the lowest address entry
|
||||
/// in the GOT.
|
||||
unsigned getGOTIndex() const {
|
||||
return Target.GOTIndex;
|
||||
|
||||
Reference in New Issue
Block a user