forked from OSchip/llvm-project
Revert "[NFCI][DebugInfo]: Corrected a Typo."
This reverts commit 3e1090922a
as per Paul Robinson's suggestion.
This commit is contained in:
parent
0c8fa6db90
commit
3d0564c7e0
|
@ -171,7 +171,7 @@ Optional<DWARFFormValue> DWARFAbbreviationDeclaration::getAttributeValue(
|
|||
if (FormValue.extractValue(DebugInfoData, &Offset, U.getFormParams(), &U))
|
||||
return FormValue;
|
||||
}
|
||||
// Match Offset along until we get to the attribute we want.
|
||||
// March Offset along until we get to the attribute we want.
|
||||
if (auto FixedSize = Spec.getByteSize(U))
|
||||
Offset += *FixedSize;
|
||||
else
|
||||
|
|
Loading…
Reference in New Issue