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 | 9948d5eb6fff0fba64e233199305715ee3ce2ac1 (patch) | |
tree | 53580dad67d6fb52a151ceead97623414564d5ff /llvm/lib/IR/DebugInfo.cpp | |
parent | 160087b1f6daad784eb491a06be53919ff92e17e (diff) | |
download | bcm5719-llvm-9948d5eb6fff0fba64e233199305715ee3ce2ac1.tar.gz bcm5719-llvm-9948d5eb6fff0fba64e233199305715ee3ce2ac1.zip |
Remove what appears to be a dead llvm-specific debug tag.
llvm-svn: 171821
Diffstat (limited to 'llvm/lib/IR/DebugInfo.cpp')
-rw-r--r-- | llvm/lib/IR/DebugInfo.cpp | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/llvm/lib/IR/DebugInfo.cpp b/llvm/lib/IR/DebugInfo.cpp index b5e1d177df6..6ca692e2745 100644 --- a/llvm/lib/IR/DebugInfo.cpp +++ b/llvm/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; |