mirror of
https://github.com/capstone-engine/llvm-capstone.git
synced 2025-01-15 04:29:42 +00:00
[OptDiag] Add class Doxygen comment
This was requested in D22694. llvm-svn: 278186
This commit is contained in:
parent
896c09bd10
commit
021eba31dd
@ -29,6 +29,12 @@ class Pass;
|
||||
class Twine;
|
||||
class Value;
|
||||
|
||||
/// The optimization diagnostic interface.
|
||||
///
|
||||
/// It allows reporting when optimizations are performed and when they are not
|
||||
/// along with the reasons for it. Hotness information of the corresponding
|
||||
/// code region can be included in the remark if DiagnosticHotnessRequested is
|
||||
/// enabled in the LLVM context.
|
||||
class OptimizationRemarkEmitter {
|
||||
public:
|
||||
OptimizationRemarkEmitter(Function *F, BlockFrequencyInfo *BFI)
|
||||
|
Loading…
x
Reference in New Issue
Block a user