[llvm] r227164 - [PM] Switch a doxygen comment to the standard format. NFC
Chandler Carruth
chandlerc at gmail.com
Mon Jan 26 18:20:41 PST 2015
Author: chandlerc
Date: Mon Jan 26 20:20:41 2015
New Revision: 227164
URL: http://llvm.org/viewvc/llvm-project?rev=227164&view=rev
Log:
[PM] Switch a doxygen comment to the standard format. NFC
Modified:
llvm/trunk/include/llvm/Analysis/TargetTransformInfo.h
Modified: llvm/trunk/include/llvm/Analysis/TargetTransformInfo.h
URL: http://llvm.org/viewvc/llvm-project/llvm/trunk/include/llvm/Analysis/TargetTransformInfo.h?rev=227164&r1=227163&r2=227164&view=diff
==============================================================================
--- llvm/trunk/include/llvm/Analysis/TargetTransformInfo.h (original)
+++ llvm/trunk/include/llvm/Analysis/TargetTransformInfo.h Mon Jan 26 20:20:41 2015
@@ -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.
More information about the llvm-commits
mailing list