mirror of
https://github.com/c64scene-ar/llvm-6502.git
synced 2025-02-20 14:29:27 +00:00
Remove tabs.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@74712 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
parent
31b798197e
commit
87d33f6919
@ -109,7 +109,7 @@ private:
|
|||||||
int Index; // For MO_*Index - The index itself.
|
int Index; // For MO_*Index - The index itself.
|
||||||
const char *SymbolName; // For MO_ExternalSymbol.
|
const char *SymbolName; // For MO_ExternalSymbol.
|
||||||
GlobalValue *GV; // For MO_GlobalAddress.
|
GlobalValue *GV; // For MO_GlobalAddress.
|
||||||
MDNode *Node; // For MO_Metadata.
|
MDNode *Node; // For MO_Metadata.
|
||||||
} Val;
|
} Val;
|
||||||
int64_t Offset; // An offset from the object.
|
int64_t Offset; // An offset from the object.
|
||||||
} OffsetedInfo;
|
} OffsetedInfo;
|
||||||
@ -431,7 +431,7 @@ public:
|
|||||||
return Op;
|
return Op;
|
||||||
}
|
}
|
||||||
static MachineOperand CreateMDNode(MDNode *N, int64_t Offset,
|
static MachineOperand CreateMDNode(MDNode *N, int64_t Offset,
|
||||||
unsigned char TargetFlags = 0) {
|
unsigned char TargetFlags = 0) {
|
||||||
MachineOperand Op(MachineOperand::MO_Metadata);
|
MachineOperand Op(MachineOperand::MO_Metadata);
|
||||||
Op.Contents.OffsetedInfo.Val.Node = N;
|
Op.Contents.OffsetedInfo.Val.Node = N;
|
||||||
Op.setOffset(Offset);
|
Op.setOffset(Offset);
|
||||||
|
Loading…
x
Reference in New Issue
Block a user