summaryrefslogtreecommitdiff
path: root/lib/IR
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
commit4f1fde9d185aa739686ad344a8d816a64c3c1cee (patch)
tree81e589979dab0de5eecd4220b1ce954157e58af8 /lib/IR
parentbba8da2ba0e4e88ba8b8125c6754d653c8ef1ef7 (diff)
downloadllvm-4f1fde9d185aa739686ad344a8d816a64c3c1cee.tar.gz
llvm-4f1fde9d185aa739686ad344a8d816a64c3c1cee.tar.bz2
llvm-4f1fde9d185aa739686ad344a8d816a64c3c1cee.tar.xz
Fix spurious return introduced by my earlier patch to DebugInfo
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@195775 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'lib/IR')
-rw-r--r--lib/IR/DebugInfo.cpp1
1 files changed, 0 insertions, 1 deletions
diff --git a/lib/IR/DebugInfo.cpp b/lib/IR/DebugInfo.cpp
index b15743cf38..0c262024ff 100644
--- a/lib/IR/DebugInfo.cpp
+++ b/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.