mirror of
https://github.com/RPCS3/llvm.git
synced 2025-01-23 02:44:32 +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:
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.
|
||||
|
Loading…
x
Reference in New Issue
Block a user