Fix spurious return introduced by my earlier patch to DebugInfo
authorRenato Golin <renato.golin@linaro.org>
Tue, 26 Nov 2013 18:54:37 +0000 (18:54 +0000)
committerRenato Golin <renato.golin@linaro.org>
Tue, 26 Nov 2013 18:54:37 +0000 (18:54 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@195775 91177308-0d34-0410-b5e6-96231b3b80d8

lib/IR/DebugInfo.cpp

index b15743cf38063735989d59f2d17e45781856390e..0c262024ff08186b53fab9088fa3f884b9a0855e 100644 (file)
@@ -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.