1
0
mirror of https://github.com/c64scene-ar/llvm-6502.git synced 2025-04-22 15:39:28 +00:00

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

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