summaryrefslogtreecommitdiffstats
path: root/llvm/lib/Analysis
diff options
context:
space:
mode:
authorDevang Patel <dpatel@apple.com>2009-03-25 03:52:06 +0000
committerDevang Patel <dpatel@apple.com>2009-03-25 03:52:06 +0000
commit68b0881d94f3b46d173038865b9fc02eb9b5f5d7 (patch)
treed11c6f306529254e06ce725392311bc1e8d1c3d3 /llvm/lib/Analysis
parent8c37df4f91431e7df5bcc115d6615295d1b08d5f (diff)
downloadbcm5719-llvm-68b0881d94f3b46d173038865b9fc02eb9b5f5d7.tar.gz
bcm5719-llvm-68b0881d94f3b46d173038865b9fc02eb9b5f5d7.zip
Do not ignore DW_TAG_class_type!
llvm-svn: 67675
Diffstat (limited to 'llvm/lib/Analysis')
-rw-r--r--llvm/lib/Analysis/DebugInfo.cpp1
1 files changed, 1 insertions, 0 deletions
diff --git a/llvm/lib/Analysis/DebugInfo.cpp b/llvm/lib/Analysis/DebugInfo.cpp
index d9f0aa53e9d..5a8e5cb90b2 100644
--- a/llvm/lib/Analysis/DebugInfo.cpp
+++ b/llvm/lib/Analysis/DebugInfo.cpp
@@ -150,6 +150,7 @@ bool DIType::isCompositeType(unsigned TAG) {
case dwarf::DW_TAG_enumeration_type:
case dwarf::DW_TAG_vector_type:
case dwarf::DW_TAG_subroutine_type:
+ case dwarf::DW_TAG_class_type:
return true;
default:
return false;
OpenPOWER on IntegriCloud