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:
parent
643eb4c26e
commit
1b5ffb71ea
@ -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.
|
||||
|
Loading…
Reference in New Issue
Block a user