summaryrefslogtreecommitdiffstats
path: root/llvm/lib/CodeGen/AsmPrinter
diff options
context:
space:
mode:
authorEric Christopher <echristo@apple.com>2012-05-18 18:24:15 +0000
committerEric Christopher <echristo@apple.com>2012-05-18 18:24:15 +0000
commite2b36ce24aadb439d7db00cc70d877a3977128b2 (patch)
tree738828c862f177585d98094ce14dc7a2b74f91ce /llvm/lib/CodeGen/AsmPrinter
parentb954b91ada6bfa8b70ac14d430e7f65edac663b3 (diff)
downloadbcm5719-llvm-e2b36ce24aadb439d7db00cc70d877a3977128b2.tar.gz
bcm5719-llvm-e2b36ce24aadb439d7db00cc70d877a3977128b2.zip
Remove duplicate code that we could just fallthrough to.
llvm-svn: 157060
Diffstat (limited to 'llvm/lib/CodeGen/AsmPrinter')
-rw-r--r--llvm/lib/CodeGen/AsmPrinter/DwarfDebug.cpp1
1 files changed, 0 insertions, 1 deletions
diff --git a/llvm/lib/CodeGen/AsmPrinter/DwarfDebug.cpp b/llvm/lib/CodeGen/AsmPrinter/DwarfDebug.cpp
index 497840e57f9..fe49730bccd 100644
--- a/llvm/lib/CodeGen/AsmPrinter/DwarfDebug.cpp
+++ b/llvm/lib/CodeGen/AsmPrinter/DwarfDebug.cpp
@@ -117,7 +117,6 @@ DIType DbgVariable::getType() const {
if (getName() == DT.getName())
return (DT.getTypeDerivedFrom());
}
- return Ty;
}
return Ty;
}
OpenPOWER on IntegriCloud