mirror of
https://github.com/RPCS3/llvm-mirror.git
synced 2024-11-24 11:42:57 +01:00
80-col violation
llvm-svn: 148102
This commit is contained in:
parent
0e34a8e58c
commit
117f29f574
@ -359,9 +359,9 @@ bool LLVMTargetMachine::addCommonCodeGenPasses(PassManagerBase &PM,
|
||||
|
||||
// Install a MachineModuleInfo class, which is an immutable pass that holds
|
||||
// all the per-module stuff we're generating, including MCContext.
|
||||
MachineModuleInfo *MMI = new MachineModuleInfo(*getMCAsmInfo(),
|
||||
*getRegisterInfo(),
|
||||
&getTargetLowering()->getObjFileLowering());
|
||||
MachineModuleInfo *MMI =
|
||||
new MachineModuleInfo(*getMCAsmInfo(), *getRegisterInfo(),
|
||||
&getTargetLowering()->getObjFileLowering());
|
||||
PM.add(MMI);
|
||||
OutContext = &MMI->getContext(); // Return the MCContext specifically by-ref.
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user