1
0
mirror of https://github.com/RPCS3/llvm-mirror.git synced 2024-10-19 19:12:56 +02:00

[PM] Switch a doxygen comment to the standard format. NFC

llvm-svn: 227164
This commit is contained in:
Chandler Carruth 2015-01-27 02:20:41 +00:00
parent 521a9f1f0d
commit c9b9f56b78

View 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.