forked from OSchip/llvm-project
parent
0ad5cebb09
commit
8d364d0e17
File diff suppressed because it is too large
Load Diff
|
@ -1302,7 +1302,6 @@ Types
|
||||||
Attrs.push_back($5);
|
Attrs.push_back($5);
|
||||||
for (TypeWithAttrsList::iterator I=$3->begin(), E=$3->end(); I != E; ++I) {
|
for (TypeWithAttrsList::iterator I=$3->begin(), E=$3->end(); I != E; ++I) {
|
||||||
const Type *Ty = I->Ty->get();
|
const Type *Ty = I->Ty->get();
|
||||||
delete I->Ty; I->Ty = 0;
|
|
||||||
Params.push_back(Ty);
|
Params.push_back(Ty);
|
||||||
if (Ty != Type::VoidTy)
|
if (Ty != Type::VoidTy)
|
||||||
Attrs.push_back(I->Attrs);
|
Attrs.push_back(I->Attrs);
|
||||||
|
@ -1322,7 +1321,6 @@ Types
|
||||||
Attrs.push_back($5);
|
Attrs.push_back($5);
|
||||||
for (TypeWithAttrsList::iterator I=$3->begin(), E=$3->end(); I != E; ++I) {
|
for (TypeWithAttrsList::iterator I=$3->begin(), E=$3->end(); I != E; ++I) {
|
||||||
const Type* Ty = I->Ty->get();
|
const Type* Ty = I->Ty->get();
|
||||||
delete I->Ty; I->Ty = 0;
|
|
||||||
Params.push_back(Ty);
|
Params.push_back(Ty);
|
||||||
if (Ty != Type::VoidTy)
|
if (Ty != Type::VoidTy)
|
||||||
Attrs.push_back(I->Attrs);
|
Attrs.push_back(I->Attrs);
|
||||||
|
|
Loading…
Reference in New Issue