diff options
author | Eric Christopher <echristo@gmail.com> | 2013-01-08 00:16:33 +0000 |
---|---|---|
committer | Eric Christopher <echristo@gmail.com> | 2013-01-08 00:16:33 +0000 |
commit | 72a81be37452983f9960a376c19682034ef7db35 (patch) | |
tree | dc8d5ee57f2bd4344cc81f73c5336a8a32a84902 /lib/IR | |
parent | 682106050979f0d48fcf17338c99e91672352789 (diff) | |
download | external_llvm-72a81be37452983f9960a376c19682034ef7db35.zip external_llvm-72a81be37452983f9960a376c19682034ef7db35.tar.gz external_llvm-72a81be37452983f9960a376c19682034ef7db35.tar.bz2 |
Remove what appears to be a dead llvm-specific debug tag.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@171821 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'lib/IR')
-rw-r--r-- | lib/IR/DebugInfo.cpp | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/lib/IR/DebugInfo.cpp b/lib/IR/DebugInfo.cpp index b5e1d17..6ca692e 100644 --- a/lib/IR/DebugInfo.cpp +++ b/lib/IR/DebugInfo.cpp @@ -212,7 +212,6 @@ bool DIDescriptor::isVariable() const { switch (getTag()) { case dwarf::DW_TAG_auto_variable: case dwarf::DW_TAG_arg_variable: - case dwarf::DW_TAG_return_variable: return true; default: return false; |