diff 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
line wrap: on
line diff
--- a/dmd/mtype.h	Thu Sep 27 06:03:06 2007 +0200
+++ b/dmd/mtype.h	Mon Oct 01 21:19:53 2007 +0200
@@ -433,6 +433,7 @@
     unsigned totym();
 
     bool llvmRetInPtr;
+    bool llvmUsesThis;
     llvm::Value* llvmRetArg;
     llvm::Instruction* llvmAllocaPoint;
 };