mirror of
https://github.com/c64scene-ar/llvm-6502.git
synced 2025-06-17 20:23:59 +00:00
Formatting.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@170394 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
@ -33,7 +33,7 @@ typedef StringMap<const MCSectionCOFF*> COFFUniqueMapTy;
|
|||||||
|
|
||||||
MCContext::MCContext(const MCAsmInfo &mai, const MCRegisterInfo &mri,
|
MCContext::MCContext(const MCAsmInfo &mai, const MCRegisterInfo &mri,
|
||||||
const MCObjectFileInfo *mofi, const SourceMgr *mgr,
|
const MCObjectFileInfo *mofi, const SourceMgr *mgr,
|
||||||
bool DoAutoReset ) :
|
bool DoAutoReset) :
|
||||||
SrcMgr(mgr), MAI(mai), MRI(mri), MOFI(mofi),
|
SrcMgr(mgr), MAI(mai), MRI(mri), MOFI(mofi),
|
||||||
Allocator(), Symbols(Allocator), UsedNames(Allocator),
|
Allocator(), Symbols(Allocator), UsedNames(Allocator),
|
||||||
NextUniqueID(0),
|
NextUniqueID(0),
|
||||||
|
Reference in New Issue
Block a user