diff --git a/include/llvm/IR/PassTimingInfo.h b/include/llvm/IR/PassTimingInfo.h index 559cefdb737..2c6a0e08a36 100644 --- a/include/llvm/IR/PassTimingInfo.h +++ b/include/llvm/IR/PassTimingInfo.h @@ -60,7 +60,8 @@ class TimePassesHandler { /// Map that counts invocations of passes, for use in UniqPassID construction. StringMap PassIDCountMap; - SmallVector TimerStack; //< Stack of currently active timers. + /// Stack of currently active timers. + SmallVector TimerStack; bool Enabled;