mirror of
https://github.com/RPCS3/llvm.git
synced 2024-12-13 14:47:00 +00:00
Fix -Asserts warning.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@86794 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
parent
1fc7d715aa
commit
c032679d3e
@ -1565,6 +1565,7 @@ DIE *DwarfDebug::ConstructVariableDIE(DbgVariable *DV,
|
|||||||
DIScope DS(Scope->getScopeNode());
|
DIScope DS(Scope->getScopeNode());
|
||||||
DISubprogram InlinedSP = getDISubprogram(DS.getNode());
|
DISubprogram InlinedSP = getDISubprogram(DS.getNode());
|
||||||
DIE *&OriginSPDIE = ModuleCU->getDieMapSlotFor(InlinedSP.getNode());
|
DIE *&OriginSPDIE = ModuleCU->getDieMapSlotFor(InlinedSP.getNode());
|
||||||
|
(void) OriginSPDIE;
|
||||||
assert (OriginSPDIE && "Unable to find Origin DIE for the SP!");
|
assert (OriginSPDIE && "Unable to find Origin DIE for the SP!");
|
||||||
DIE *AbsDIE = DV->getAbstractVariable()->getDIE();
|
DIE *AbsDIE = DV->getAbstractVariable()->getDIE();
|
||||||
assert (AbsDIE && "Unable to find Origin DIE for the Variable!");
|
assert (AbsDIE && "Unable to find Origin DIE for the Variable!");
|
||||||
|
Loading…
Reference in New Issue
Block a user