From: Renato Golin Date: Tue, 26 Nov 2013 18:54:37 +0000 (+0000) Subject: Fix spurious return introduced by my earlier patch to DebugInfo X-Git-Url: http://plrg.eecs.uci.edu/git/?a=commitdiff_plain;h=4f1fde9d185aa739686ad344a8d816a64c3c1cee;p=oota-llvm.git 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 --- 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.