Wdocumentation fix
authorSimon Pilgrim <llvm-dev@redking.me.uk>
Sat, 6 Oct 2018 11:09:15 +0000 (11:09 +0000)
committerSimon Pilgrim <llvm-dev@redking.me.uk>
Sat, 6 Oct 2018 11:09:15 +0000 (11:09 +0000)
llvm-svn: 343914

llvm/include/llvm/IR/PassTimingInfo.h

index 559cefd..2c6a0e0 100644 (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;