comparison dmd/mtype.c @ 9:dafae18f9c08 trunk

[svn r13] * Updated for LLVM 2.1 * Class v-tables are now typesafe * Code cleanups
author lindquist
date Mon, 01 Oct 2007 21:19:53 +0200
parents c53b6e3fe49a
children d3ee9efe20e2
comparison
equal deleted inserted replaced
8:5e69b77a5c51 9:dafae18f9c08
2539 this->parameters = parameters; 2539 this->parameters = parameters;
2540 this->varargs = varargs; 2540 this->varargs = varargs;
2541 this->linkage = linkage; 2541 this->linkage = linkage;
2542 this->inuse = 0; 2542 this->inuse = 0;
2543 this->llvmRetInPtr = false; 2543 this->llvmRetInPtr = false;
2544 this->llvmUsesThis = false;
2544 this->llvmRetArg = 0; 2545 this->llvmRetArg = 0;
2545 this->llvmAllocaPoint = 0; 2546 this->llvmAllocaPoint = 0;
2546 } 2547 }
2547 2548
2548 Type *TypeFunction::syntaxCopy() 2549 Type *TypeFunction::syntaxCopy()