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
This commit is contained in:
Renato Golin 2013-11-26 18:54:37 +00:00
parent bba8da2ba0
commit 4f1fde9d18

View 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.