Skip to content

Commit 29d968f

Browse files
amsen20ilovepi
andauthored
Update llvm/include/llvm/DWARFCFIChecker/DWARFCFIAnalysis.h
Co-authored-by: Paul Kirth <[email protected]>
1 parent da4002c commit 29d968f

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

llvm/include/llvm/DWARFCFIChecker/DWARFCFIAnalysis.h

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -44,9 +44,9 @@ namespace llvm {
4444
/// `DWARFCFIAnalysis` validates the DWARF Call Frame Information one machine
4545
/// instruction at a time. This class maintains an internal CFI state
4646
/// initialized with the prologue directives and updated with each instruction's
47-
/// associated directives. In each update, it checks if the CFI state
48-
/// modifications match the machine instruction influence on the CFI state or
49-
/// not. This checking may results in errors and warnings.
47+
/// associated directives. In each update, it checks if the machine
48+
/// instruction changes the CFI state in a way that matches the changes
49+
/// from the CFI directives. This checking may results in errors and warnings.
5050
///
5151
/// In current stage, the analysis is only aware of what registers the
5252
/// instruction modifies. If the modification is happening to a sub-register,

0 commit comments

Comments
 (0)