diff dmd/mtype.c @ 157:5c17f81fc1c1 trunk

[svn r173] moved IR state previously stored in Type into IrType and a Type->IrType map; fixes #7
author ChristianK
date Thu, 01 May 2008 13:32:08 +0200
parents 0ab29b838084
children 5acec6b2eef8
line wrap: on
line diff
--- a/dmd/mtype.c	Thu May 01 13:05:53 2008 +0200
+++ b/dmd/mtype.c	Thu May 01 13:32:08 2008 +0200
@@ -114,7 +114,6 @@
     this->arrayof = NULL;
     this->vtinfo = NULL;
     this->ctype = NULL;
-    this->llvmType = NULL;
 }
 
 Type *Type::syntaxCopy()
@@ -4413,7 +4412,6 @@
 	: Type(Tclass, NULL)
 {
     this->sym = sym;
-    llvmVtblType = 0;
 }
 
 char *TypeClass::toChars()