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:
parent
e1793d6523
commit
faefe11a6c
@ -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;
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user