Skip to content

Commit 682dcae

Browse files
author
Amirhossein Pashaeehir
committed
Lint
1 parent 5d34629 commit 682dcae

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

llvm/include/llvm/DebugInfo/DWARF/DWARFUnwindTable.h

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -249,8 +249,8 @@ class UnwindRow {
249249
/// The address will be valid when parsing the instructions in a FDE. If
250250
/// invalid, this object represents the initial instructions of a CIE.
251251
std::optional<uint64_t> Address; ///< Address for row in FDE, invalid for CIE.
252-
UnwindLocation CFAValue; ///< How to unwind the Call Frame Address (CFA).
253-
RegisterLocations RegLocs; ///< How to unwind all registers in this list.
252+
UnwindLocation CFAValue; ///< How to unwind the Call Frame Address (CFA).
253+
RegisterLocations RegLocs; ///< How to unwind all registers in this list.
254254

255255
public:
256256
UnwindRow() : CFAValue(UnwindLocation::createUnspecified()) {}

0 commit comments

Comments
 (0)