1
0
mirror of https://github.com/RPCS3/llvm-mirror.git synced 2024-10-19 02:52:53 +02:00

Also update MachineORE after r314874.

llvm-svn: 314908
This commit is contained in:
Adam Nemet 2017-10-04 15:18:07 +00:00
parent f3b50f7a80
commit 195b4a91cd

View File

@ -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()