summaryrefslogtreecommitdiffstats
path: root/clang/lib/CodeGen
diff options
context:
space:
mode:
authorDevang Patel <dpatel@apple.com>2011-04-05 21:05:56 +0000
committerDevang Patel <dpatel@apple.com>2011-04-05 21:05:56 +0000
commite1dd4243801e914fbc45d60c0d9c25222f746ac2 (patch)
tree0db599031a1239077359dc85055f32e4be86a025 /clang/lib/CodeGen
parent04123d40cd75453f676573a73f51878aabb26536 (diff)
downloadbcm5719-llvm-e1dd4243801e914fbc45d60c0d9c25222f746ac2.tar.gz
bcm5719-llvm-e1dd4243801e914fbc45d60c0d9c25222f746ac2.zip
Remove unintentional check-in.
llvm-svn: 128928
Diffstat (limited to 'clang/lib/CodeGen')
-rw-r--r--clang/lib/CodeGen/CGDebugInfo.cpp3
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);
OpenPOWER on IntegriCloud