[llvm] 3d0564c - Revert "[NFCI][DebugInfo]: Corrected a Typo."
Sourabh Singh Tomar via llvm-commits
llvm-commits at lists.llvm.org
Thu Feb 20 11:46:03 PST 2020
Author: Sourabh Singh Tomar
Date: 2020-02-21T01:15:09+05:30
New Revision: 3d0564c7e07b00a4ddd672e5efb12b75501f47d9
URL: https://github.com/llvm/llvm-project/commit/3d0564c7e07b00a4ddd672e5efb12b75501f47d9
DIFF: https://github.com/llvm/llvm-project/commit/3d0564c7e07b00a4ddd672e5efb12b75501f47d9.diff
LOG: Revert "[NFCI][DebugInfo]: Corrected a Typo."
This reverts commit 3e1090922a0b808f424ff424b744752b0d53a3ee
as per Paul Robinson's suggestion.
Added:
Modified:
llvm/lib/DebugInfo/DWARF/DWARFAbbreviationDeclaration.cpp
Removed:
################################################################################
diff --git a/llvm/lib/DebugInfo/DWARF/DWARFAbbreviationDeclaration.cpp b/llvm/lib/DebugInfo/DWARF/DWARFAbbreviationDeclaration.cpp
index 14cb3bc26920..abbea3a868c8 100644
--- a/llvm/lib/DebugInfo/DWARF/DWARFAbbreviationDeclaration.cpp
+++ b/llvm/lib/DebugInfo/DWARF/DWARFAbbreviationDeclaration.cpp
@@ -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
More information about the llvm-commits
mailing list