File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed
llvm/include/llvm/DWARFCFIChecker Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff 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,
You can’t perform that action at this time.
0 commit comments