mirror of
https://github.com/RPCS3/llvm-mirror.git
synced 2025-01-31 20:51:52 +01:00
Also update MachineORE after r314874.
llvm-svn: 314908
This commit is contained in:
parent
f3b50f7a80
commit
195b4a91cd
@ -65,10 +65,8 @@ void MachineOptimizationRemarkEmitter::emit(
|
||||
auto *P = &const_cast<DiagnosticInfoOptimizationBase &>(OptDiagCommon);
|
||||
*Out << P;
|
||||
}
|
||||
// FIXME: now that IsVerbose is part of DI, filtering for this will be moved
|
||||
// from here to clang.
|
||||
if (!OptDiag.isVerbose() || shouldEmitVerbose())
|
||||
Ctx.diagnose(OptDiag);
|
||||
|
||||
Ctx.diagnose(OptDiag);
|
||||
}
|
||||
|
||||
MachineOptimizationRemarkEmitterPass::MachineOptimizationRemarkEmitterPass()
|
||||
|
Loading…
x
Reference in New Issue
Block a user