git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@207452
91177308-0d34-0410-b5e6-
96231b3b80d8
DIScope DS(Scope->getScopeNode());
assert(Scope->getInlinedAt() ||
- !DS.isSubprogram() && "Only handle inlined subprograms here, use "
- "constructSubprogramScopeDIE for non-inlined "
- "subprograms");
+ (!DS.isSubprogram() && "Only handle inlined subprograms here, use "
+ "constructSubprogramScopeDIE for non-inlined "
+ "subprograms"));
SmallVector<std::unique_ptr<DIE>, 8> Children;