comparison dmd/mtype.c @ 938:a904cc9bc064

Convert struct arg to integer when passing inreg to make sure LLVM doesn't ignore the attribute!
author Christian Kamm <kamm incasoftware de>
date Wed, 04 Feb 2009 18:39:33 +0100
parents 7985bb036db4
children 067bb8f19c36
comparison
equal deleted inserted replaced
931:b6647328d11e 938:a904cc9bc064
2689 this->linkage = linkage; 2689 this->linkage = linkage;
2690 this->inuse = 0; 2690 this->inuse = 0;
2691 this->retInPtr = false; 2691 this->retInPtr = false;
2692 this->usesThis = false; 2692 this->usesThis = false;
2693 this->usesNest = false; 2693 this->usesNest = false;
2694 this->structInregArg = false; 2694 this->structInregArg = NULL;
2695 this->retAttrs = 0; 2695 this->retAttrs = 0;
2696 this->thisAttrs = 0; 2696 this->thisAttrs = 0;
2697 this->reverseParams = false; 2697 this->reverseParams = false;
2698 this->firstRealArg = 0; 2698 this->firstRealArg = 0;
2699 } 2699 }