mirror of
https://github.com/c64scene-ar/llvm-6502.git
synced 2025-01-19 20:34:38 +00:00
Regenerate.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@35215 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
parent
810cce8434
commit
9eba7a2cb5
File diff suppressed because it is too large
Load Diff
@ -1302,7 +1302,6 @@ Types
|
||||
Attrs.push_back($5);
|
||||
for (TypeWithAttrsList::iterator I=$3->begin(), E=$3->end(); I != E; ++I) {
|
||||
const Type *Ty = I->Ty->get();
|
||||
delete I->Ty; I->Ty = 0;
|
||||
Params.push_back(Ty);
|
||||
if (Ty != Type::VoidTy)
|
||||
Attrs.push_back(I->Attrs);
|
||||
@ -1322,7 +1321,6 @@ Types
|
||||
Attrs.push_back($5);
|
||||
for (TypeWithAttrsList::iterator I=$3->begin(), E=$3->end(); I != E; ++I) {
|
||||
const Type* Ty = I->Ty->get();
|
||||
delete I->Ty; I->Ty = 0;
|
||||
Params.push_back(Ty);
|
||||
if (Ty != Type::VoidTy)
|
||||
Attrs.push_back(I->Attrs);
|
||||
|
Loading…
x
Reference in New Issue
Block a user