[llvm] 7b1bfb2 - [DWARFLinkerParallel] Remove a redundant return (NFC)
Kazu Hirata via llvm-commits
llvm-commits at lists.llvm.org
Sun Aug 27 12:13:32 PDT 2023
Author: Kazu Hirata
Date: 2023-08-27T12:13:24-07:00
New Revision: 7b1bfb2405985d08ffd4491392aa17f3b3ac8700
URL: https://github.com/llvm/llvm-project/commit/7b1bfb2405985d08ffd4491392aa17f3b3ac8700
DIFF: https://github.com/llvm/llvm-project/commit/7b1bfb2405985d08ffd4491392aa17f3b3ac8700.diff
LOG: [DWARFLinkerParallel] Remove a redundant return (NFC)
Added:
Modified:
llvm/lib/DWARFLinkerParallel/OutputSections.cpp
Removed:
################################################################################
diff --git a/llvm/lib/DWARFLinkerParallel/OutputSections.cpp b/llvm/lib/DWARFLinkerParallel/OutputSections.cpp
index c7518153cffe74..91e89864836d41 100644
--- a/llvm/lib/DWARFLinkerParallel/OutputSections.cpp
+++ b/llvm/lib/DWARFLinkerParallel/OutputSections.cpp
@@ -125,8 +125,6 @@ void SectionDescriptor::setSizesForSectionCreatedByAsmPrinter() {
}
}
}
-
- return;
}
void SectionDescriptor::emitIntVal(uint64_t Val, unsigned Size) {
More information about the llvm-commits
mailing list