From 1b5ffb71eac0087b1f000e781cfd0e62f4e9655c Mon Sep 17 00:00:00 2001 From: Renato Golin Date: Tue, 26 Nov 2013 18:54:37 +0000 Subject: [PATCH] Fix spurious return introduced by my earlier patch to DebugInfo llvm-svn: 195775 --- 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.