diff options
Diffstat (limited to 'clang/lib/CodeGen/CGDebugInfo.cpp')
| -rw-r--r-- | clang/lib/CodeGen/CGDebugInfo.cpp | 3 | 
1 files changed, 0 insertions, 3 deletions
| diff --git a/clang/lib/CodeGen/CGDebugInfo.cpp b/clang/lib/CodeGen/CGDebugInfo.cpp index 5ae38749a8d..77d9960ab95 100644 --- a/clang/lib/CodeGen/CGDebugInfo.cpp +++ b/clang/lib/CodeGen/CGDebugInfo.cpp @@ -1534,9 +1534,6 @@ void CGDebugInfo::EmitFunctionStart(GlobalDecl GD, QualType FnType,    FnBeginRegionCount.push_back(RegionStack.size());    const Decl *D = GD.getDecl(); -  if (const ClassTemplateSpecializationDecl *TSpecial -      = dyn_cast<ClassTemplateSpecializationDecl>(D)) -    assert (0 && "Got one!");    unsigned Flags = 0;    llvm::DIFile Unit = getOrCreateFile(CurLoc); | 

