Skip to content

Commit dda4a8a

Browse files
committed
removed return
1 parent 6a248cb commit dda4a8a

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

llvm/lib/CodeGen/AsmPrinter/DwarfDebug.cpp

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3812,7 +3812,6 @@ void DwarfDebug::addDwarfTypeUnitType(DwarfCompileUnit &CU,
38123812
setCurrentDWARF5AccelTable(DWARF5AccelTableKind::CU);
38133813
}
38143814
CU.addDIETypeSignature(RefDie, Signature);
3815-
return;
38163815
}
38173816

38183817
// Add the Name along with its companion DIE to the appropriate accelerator

0 commit comments

Comments
 (0)