mirror of
https://github.com/c64scene-ar/llvm-6502.git
synced 2025-08-15 22:28:18 +00:00
Add (...) around && clause to appeace gcc 4.8's warning
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@207452 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
@@ -591,9 +591,9 @@ std::unique_ptr<DIE> DwarfDebug::constructScopeDIE(DwarfCompileUnit &TheCU,
|
|||||||
DIScope DS(Scope->getScopeNode());
|
DIScope DS(Scope->getScopeNode());
|
||||||
|
|
||||||
assert(Scope->getInlinedAt() ||
|
assert(Scope->getInlinedAt() ||
|
||||||
!DS.isSubprogram() && "Only handle inlined subprograms here, use "
|
(!DS.isSubprogram() && "Only handle inlined subprograms here, use "
|
||||||
"constructSubprogramScopeDIE for non-inlined "
|
"constructSubprogramScopeDIE for non-inlined "
|
||||||
"subprograms");
|
"subprograms"));
|
||||||
|
|
||||||
SmallVector<std::unique_ptr<DIE>, 8> Children;
|
SmallVector<std::unique_ptr<DIE>, 8> Children;
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user