Wdocumentation fix

llvm-svn: 343914
This commit is contained in:
Simon Pilgrim 2018-10-06 11:09:15 +00:00
parent 9c9c97bcf4
commit 3773dc3711
1 changed files with 2 additions and 1 deletions

View File

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