mirror of
https://github.com/RPCS3/llvm-mirror.git
synced 2024-11-23 11:13:28 +01:00
Fix Wdocumentation trailing comments warnings. NFCI.
This commit is contained in:
parent
7b5b71b340
commit
ef97cc5632
@ -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{};
|
||||
|
Loading…
Reference in New Issue
Block a user