| commit | 68b0881d94f3b46d173038865b9fc02eb9b5f5d7 | [log] [tgz] |
|---|---|---|
| author | Devang Patel <dpatel@apple.com> | Wed Mar 25 03:52:06 2009 +0000 |
| committer | Devang Patel <dpatel@apple.com> | Wed Mar 25 03:52:06 2009 +0000 |
| tree | d11c6f306529254e06ce725392311bc1e8d1c3d3 | |
| parent | 8c37df4f91431e7df5bcc115d6615295d1b08d5f [diff] [blame] |
Do not ignore DW_TAG_class_type! llvm-svn: 67675
diff --git a/llvm/lib/Analysis/DebugInfo.cpp b/llvm/lib/Analysis/DebugInfo.cpp index d9f0aa5..5a8e5cb 100644 --- a/llvm/lib/Analysis/DebugInfo.cpp +++ b/llvm/lib/Analysis/DebugInfo.cpp
@@ -150,6 +150,7 @@ 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;