aboutsummaryrefslogtreecommitdiff
path: root/lib/Support/Dwarf.cpp
diff options
context:
space:
mode:
authorEric Christopher <echristo@gmail.com>2013-01-08 01:53:52 +0000
committerEric Christopher <echristo@gmail.com>2013-01-08 01:53:52 +0000
commit9a1e0e252a7ede548acaac98cf304d4bb135fb97 (patch)
treebe815bcf7ae2da8f89532360c40b0c6847331fa4 /lib/Support/Dwarf.cpp
parent1f55eb4c5766fd6a6fa53c17f7bb9e7d4ea03500 (diff)
Remove the llvm-local DW_TAG_vector_type tag and add a test to
make sure that vector types do work. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@171833 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'lib/Support/Dwarf.cpp')
-rw-r--r--lib/Support/Dwarf.cpp1
1 files changed, 0 insertions, 1 deletions
diff --git a/lib/Support/Dwarf.cpp b/lib/Support/Dwarf.cpp
index 8a96048bb7..615efb8b0e 100644
--- a/lib/Support/Dwarf.cpp
+++ b/lib/Support/Dwarf.cpp
@@ -80,7 +80,6 @@ const char *llvm::dwarf::TagString(unsigned Tag) {
case DW_TAG_hi_user: return "DW_TAG_hi_user";
case DW_TAG_auto_variable: return "DW_TAG_auto_variable";
case DW_TAG_arg_variable: return "DW_TAG_arg_variable";
- case DW_TAG_vector_type: return "DW_TAG_vector_type";
case DW_TAG_rvalue_reference_type: return "DW_TAG_rvalue_reference_type";
case DW_TAG_template_alias: return "DW_TAG_template_alias";
case DW_TAG_MIPS_loop: return "DW_TAG_MIPS_loop";