[cfe-commits] r128928 - /cfe/trunk/lib/CodeGen/CGDebugInfo.cpp
Devang Patel
dpatel at apple.com
Tue Apr 5 14:05:56 PDT 2011
Author: dpatel
Date: Tue Apr 5 16:05:56 2011
New Revision: 128928
URL: http://llvm.org/viewvc/llvm-project?rev=128928&view=rev
Log:
Remove unintentional check-in.
Modified:
cfe/trunk/lib/CodeGen/CGDebugInfo.cpp
Modified: cfe/trunk/lib/CodeGen/CGDebugInfo.cpp
URL: http://llvm.org/viewvc/llvm-project/cfe/trunk/lib/CodeGen/CGDebugInfo.cpp?rev=128928&r1=128927&r2=128928&view=diff
==============================================================================
--- cfe/trunk/lib/CodeGen/CGDebugInfo.cpp (original)
+++ cfe/trunk/lib/CodeGen/CGDebugInfo.cpp Tue Apr 5 16:05:56 2011
@@ -1534,9 +1534,6 @@
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);
More information about the cfe-commits
mailing list