summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorRenato Golin <renato.golin@linaro.org>2013-11-26 18:54:37 +0000
committerRenato Golin <renato.golin@linaro.org>2013-11-26 18:54:37 +0000
commit1388f07053ccfaf195ef1589d60562f1149e45ab (patch)
tree68fadb0cc487eecdd8c76733114c5d2c8f4aaab0
parent912e65ef4b9c902fc032906419caa97d591db413 (diff)
downloadbcm5719-llvm-1388f07053ccfaf195ef1589d60562f1149e45ab.tar.gz
bcm5719-llvm-1388f07053ccfaf195ef1589d60562f1149e45ab.zip
Fix spurious return introduced by my earlier patch to DebugInfo
llvm-svn: 195775
-rw-r--r--llvm/lib/IR/DebugInfo.cpp1
1 files changed, 0 insertions, 1 deletions
diff --git a/llvm/lib/IR/DebugInfo.cpp b/llvm/lib/IR/DebugInfo.cpp
index b15743cf380..0c262024ff0 100644
--- a/llvm/lib/IR/DebugInfo.cpp
+++ b/llvm/lib/IR/DebugInfo.cpp
@@ -468,7 +468,6 @@ bool DIType::Verify() const {
return DIDerivedType(DbgNode).Verify();
else
return false;
- return true;
}
/// Verify - Verify that a basic type descriptor is well formed.
OpenPOWER on IntegriCloud