mirror of
https://github.com/RPCS3/llvm-mirror.git
synced 2024-11-23 19:23:23 +01:00
MachineOptimizationRemarkEmitter.h: Appease g++-4.8.2. See also rL313715.
llvm-svn: 315527
This commit is contained in:
parent
7b31b4883c
commit
4bfe6c03ec
@ -175,7 +175,7 @@ public:
|
||||
if (MF.getFunction()->getContext().getDiagnosticsOutputFile() ||
|
||||
MF.getFunction()->getContext().getDiagHandlerPtr()->isAnyRemarkEnabled()) {
|
||||
auto R = RemarkBuilder();
|
||||
emit(R);
|
||||
emit((DiagnosticInfoOptimizationBase &)R);
|
||||
}
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user