From 4f1fde9d185aa739686ad344a8d816a64c3c1cee Mon Sep 17 00:00:00 2001
From: Renato Golin <renato.golin@linaro.org>
Date: Tue, 26 Nov 2013 18:54:37 +0000
Subject: [PATCH] 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
---
 lib/IR/DebugInfo.cpp | 1 -
 1 file changed, 1 deletion(-)

diff --git a/lib/IR/DebugInfo.cpp b/lib/IR/DebugInfo.cpp
index b15743cf380..0c262024ff0 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.