comparison dmd/mtype.h @ 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
431 enum RET retStyle(); 431 enum RET retStyle();
432 432
433 unsigned totym(); 433 unsigned totym();
434 434
435 bool llvmRetInPtr; 435 bool llvmRetInPtr;
436 bool llvmUsesThis;
436 llvm::Value* llvmRetArg; 437 llvm::Value* llvmRetArg;
437 llvm::Instruction* llvmAllocaPoint; 438 llvm::Instruction* llvmAllocaPoint;
438 }; 439 };
439 440
440 struct TypeDelegate : Type 441 struct TypeDelegate : Type