mirror of
https://github.com/c64scene-ar/llvm-6502.git
synced 2025-08-08 19:25:47 +00:00
[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
This commit is contained in:
@@ -50,8 +50,8 @@ struct MemIntrinsicInfo {
|
|||||||
Value *PtrVal;
|
Value *PtrVal;
|
||||||
};
|
};
|
||||||
|
|
||||||
/// TargetTransformInfo - This pass provides access to the codegen
|
/// \brief This pass provides access to the codegen interfaces that are needed
|
||||||
/// interfaces that are needed for IR-level transformations.
|
/// for IR-level transformations.
|
||||||
class TargetTransformInfo {
|
class TargetTransformInfo {
|
||||||
protected:
|
protected:
|
||||||
/// \brief The TTI instance one level down the stack.
|
/// \brief The TTI instance one level down the stack.
|
||||||
|
Reference in New Issue
Block a user