Skip to content

Commit 325cbd6

Browse files
jroelofsfhahn
andauthored
review feedback (roll back adjustment to comment)
Co-authored-by: Florian Hahn <[email protected]>
1 parent 5971b3d commit 325cbd6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

llvm/include/llvm/IR/DiagnosticInfo.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -718,7 +718,7 @@ class DiagnosticInfoIROptimization : public DiagnosticInfoOptimizationBase {
718718
}
719719

720720
private:
721-
/// The IR value that the optimization operates on.
721+
/// The IR region (currently basic block) that the optimization operates on.
722722
/// This is currently used to provide run-time hotness information with PGO.
723723
const BasicBlock *CodeRegion = nullptr;
724724
};

0 commit comments

Comments
 (0)