1
0
mirror of https://github.com/RPCS3/llvm-mirror.git synced 2024-11-23 03:02:36 +01:00

Fix Wdocumentation trailing comments warnings. NFCI.

This commit is contained in:
Simon Pilgrim 2020-09-03 16:42:05 +01:00
parent 7b5b71b340
commit ef97cc5632

View File

@ -866,8 +866,8 @@ bool EarlyIfConverter::shouldConvertIf() {
// by inserting select instructions.
MachineTraceMetrics::Trace TailTrace = MinInstr->getTrace(IfConv.Tail);
struct CriticalPathInfo {
unsigned Extra; //< Count of extra cycles that the component adds.
unsigned Depth; //< Absolute depth of the component in cycles.
unsigned Extra; // Count of extra cycles that the component adds.
unsigned Depth; // Absolute depth of the component in cycles.
};
CriticalPathInfo Cond{};
CriticalPathInfo TBlock{};