From 3773dc37111be8f2ad26972d8376596135be82c8 Mon Sep 17 00:00:00 2001 From: Simon Pilgrim Date: Sat, 6 Oct 2018 11:09:15 +0000 Subject: [PATCH] Wdocumentation fix llvm-svn: 343914 --- llvm/include/llvm/IR/PassTimingInfo.h | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/llvm/include/llvm/IR/PassTimingInfo.h b/llvm/include/llvm/IR/PassTimingInfo.h index 559cefd..2c6a0e0 100644 --- a/llvm/include/llvm/IR/PassTimingInfo.h +++ b/llvm/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; -- 2.7.4