diff dmd/mtype.h @ 121:9c79b61fb638 trunk

[svn r125] Renamed/moved a few backend member inside DMD structures for consistency. Unit tests are now implemented.
author lindquist
date Tue, 27 Nov 2007 03:09:36 +0100
parents 027b8d8b71ec
children 5825d48b27d1
line wrap: on
line diff
--- a/dmd/mtype.h	Mon Nov 26 07:26:21 2007 +0100
+++ b/dmd/mtype.h	Tue Nov 27 03:09:36 2007 +0100
@@ -437,8 +437,6 @@
 
     bool llvmRetInPtr;
     bool llvmUsesThis;
-    llvm::Value* llvmRetArg;
-    llvm::Instruction* llvmAllocaPoint;
 };
 
 struct TypeDelegate : Type
@@ -542,8 +540,6 @@
     int hasPointers();
 
     type *toCtype();
-
-    llvm::GlobalVariable* llvmInit;
 };
 
 struct TypeEnum : Type
@@ -641,7 +637,6 @@
 
     Symbol *toSymbol();
 
-    llvm::GlobalVariable* llvmInit;
     llvm::PATypeHolder* llvmVtblType;
 };