Skip to content

Commit 5c50f39

Browse files
[llvm-debuginfo-analyzer] IR Reader.
Fix issue reported by Clang format.
1 parent d5d9fc7 commit 5c50f39

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

llvm/include/llvm/DebugInfo/LogicalView/Readers/LVIRReader.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -76,7 +76,7 @@ class LVIRReader final : public LVReader {
7676
LVType *NodeIndexType = nullptr;
7777

7878
SSAValueNameMap ValueNameMap;
79-
DenseMap<void*, uint64_t> InstrLineAddrMap;
79+
DenseMap<void *, uint64_t> InstrLineAddrMap;
8080
std::unique_ptr<DbgValueRangeTable> DbgValueRanges;
8181

8282
// Record the last assigned file index for each compile unit.

0 commit comments

Comments
 (0)