mirror of
https://github.com/c64scene-ar/llvm-6502.git
synced 2025-01-27 14:34:58 +00:00
Use temporary instead of a local variable here
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@203914 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
parent
d463c7e74e
commit
b98e0c4da5
@ -51,8 +51,7 @@ DWARFAbbreviationDeclaration::extract(DataExtractor Data, uint32_t* OffsetPtr) {
|
||||
}
|
||||
if (Attr == 0 && Form == 0)
|
||||
break;
|
||||
AttributeSpec AS = {Attr, Form};
|
||||
AttributeSpecs.push_back(AS);
|
||||
AttributeSpecs.push_back(AttributeSpec{Attr, Form});
|
||||
}
|
||||
|
||||
if (Tag == 0) {
|
||||
|
Loading…
x
Reference in New Issue
Block a user