[PM] Switch a doxygen comment to the standard format. NFC
authorChandler Carruth <chandlerc@gmail.com>
Tue, 27 Jan 2015 02:20:41 +0000 (02:20 +0000)
committerChandler Carruth <chandlerc@gmail.com>
Tue, 27 Jan 2015 02:20:41 +0000 (02:20 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@227164 91177308-0d34-0410-b5e6-96231b3b80d8

include/llvm/Analysis/TargetTransformInfo.h

index bff15948fed5e724057b6eee8eb2a63595937473..3b85e6b2b581a5255653ea248d61044dd67c47dc 100644 (file)
@@ -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.