mirror of
https://github.com/c64scene-ar/llvm-6502.git
synced 2025-04-09 01:38:03 +00:00
Indentation.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@58881 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
parent
2869337b51
commit
fd827c41ce
@ -99,10 +99,10 @@ public:
|
||||
/// MachineRelocation::getGVNonLazyPtr - Return a relocation entry for a
|
||||
/// Mac OS X non-lazy GlobalValue indirect reference.
|
||||
static MachineRelocation getGVNonLazyPtr(intptr_t offset,
|
||||
unsigned RelocationType,
|
||||
GlobalValue *GV, intptr_t cst = 0,
|
||||
bool NeedStub = 0,
|
||||
bool GOTrelative = 0) {
|
||||
unsigned RelocationType,
|
||||
GlobalValue *GV, intptr_t cst = 0,
|
||||
bool NeedStub = 0,
|
||||
bool GOTrelative = 0) {
|
||||
assert((RelocationType & ~63) == 0 && "Relocation type too large!");
|
||||
MachineRelocation Result;
|
||||
Result.Offset = offset;
|
||||
|
Loading…
x
Reference in New Issue
Block a user