diff options
author | Eric Christopher <echristo@gmail.com> | 2013-01-08 01:53:52 +0000 |
---|---|---|
committer | Eric Christopher <echristo@gmail.com> | 2013-01-08 01:53:52 +0000 |
commit | 72a529566ce526f790f1f546bcafff298b9f540e (patch) | |
tree | f36a31023b36d775969827046fb8ed12f7ba11ff /llvm/lib/Support/Dwarf.cpp | |
parent | 9bd3609a0849be7b7bfa6717142fc113c778162c (diff) | |
download | llvm-72a529566ce526f790f1f546bcafff298b9f540e.zip llvm-72a529566ce526f790f1f546bcafff298b9f540e.tar.gz llvm-72a529566ce526f790f1f546bcafff298b9f540e.tar.bz2 |
Remove the llvm-local DW_TAG_vector_type tag and add a test to
make sure that vector types do work.
llvm-svn: 171833
Diffstat (limited to 'llvm/lib/Support/Dwarf.cpp')
-rw-r--r-- | llvm/lib/Support/Dwarf.cpp | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/llvm/lib/Support/Dwarf.cpp b/llvm/lib/Support/Dwarf.cpp index 8a96048..615efb8b 100644 --- a/llvm/lib/Support/Dwarf.cpp +++ b/llvm/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"; |