From: Simon Pilgrim Date: Sat, 6 Oct 2018 11:09:15 +0000 (+0000) Subject: Wdocumentation fix X-Git-Tag: llvmorg-8.0.0-rc1~7110 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=3773dc37111be8f2ad26972d8376596135be82c8;p=platform%2Fupstream%2Fllvm.git Wdocumentation fix llvm-svn: 343914 --- 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;