forked from OSchip/llvm-project
CGDebugInfo: Delete redundant test
This commit is contained in:
parent
dcac2da106
commit
6215c1b778
|
@ -3148,8 +3148,6 @@ llvm::DIType *CGDebugInfo::getTypeOrNull(QualType Ty) {
|
|||
|
||||
void CGDebugInfo::completeTemplateDefinition(
|
||||
const ClassTemplateSpecializationDecl &SD) {
|
||||
if (DebugKind <= codegenoptions::DebugLineTablesOnly)
|
||||
return;
|
||||
completeUnusedClass(SD);
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in New Issue