From: Chandler Carruth Date: Tue, 27 Jan 2015 02:20:41 +0000 (+0000) Subject: [PM] Switch a doxygen comment to the standard format. NFC X-Git-Url: http://plrg.eecs.uci.edu/git/?a=commitdiff_plain;h=7e085b823ddd5db6a5b430edeb0b6f507fe55f29;p=oota-llvm.git [PM] Switch a doxygen comment to the standard format. NFC git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@227164 91177308-0d34-0410-b5e6-96231b3b80d8 --- diff --git a/include/llvm/Analysis/TargetTransformInfo.h b/include/llvm/Analysis/TargetTransformInfo.h index bff15948fed..3b85e6b2b58 100644 --- a/include/llvm/Analysis/TargetTransformInfo.h +++ b/include/llvm/Analysis/TargetTransformInfo.h @@ -50,8 +50,8 @@ struct MemIntrinsicInfo { Value *PtrVal; }; -/// TargetTransformInfo - This pass provides access to the codegen -/// interfaces that are needed for IR-level transformations. +/// \brief This pass provides access to the codegen interfaces that are needed +/// for IR-level transformations. class TargetTransformInfo { protected: /// \brief The TTI instance one level down the stack.