1
0
mirror of https://github.com/RPCS3/llvm-mirror.git synced 2024-11-23 19:23:23 +01:00

Fix spurious return introduced by my earlier patch to DebugInfo

llvm-svn: 195775
This commit is contained in:
Renato Golin 2013-11-26 18:54:37 +00:00
parent 643eb4c26e
commit 1b5ffb71ea

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.