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

Wdocumentation fix

llvm-svn: 343914
This commit is contained in:
Simon Pilgrim 2018-10-06 11:09:15 +00:00
parent e1793d6523
commit faefe11a6c

View File

@ -60,7 +60,8 @@ class TimePassesHandler {
/// Map that counts invocations of passes, for use in UniqPassID construction.
StringMap<unsigned> PassIDCountMap;
SmallVector<Timer *, 8> TimerStack; //< Stack of currently active timers.
/// Stack of currently active timers.
SmallVector<Timer *, 8> TimerStack;
bool Enabled;