diff gen/structs.cpp @ 443:44f08170f4ef

Removed tango from the repository and instead added a runtime dir with the files needed to patch and build tango from svn. Reworked the LLVMDC specific pragmas.
author Tomas Lindquist Olsen <tomas.l.olsen@gmail.com>
date Fri, 01 Aug 2008 00:32:06 +0200
parents 74101be2a553
children 56265fa07c7d
line wrap: on
line diff
--- a/gen/structs.cpp	Thu Jul 31 19:14:49 2008 +0200
+++ b/gen/structs.cpp	Fri Aug 01 00:32:06 2008 +0200
@@ -361,7 +361,7 @@
     gIR->structs.pop_back();
 
     // emit typeinfo
-    if (sd->getModule() == gIR->dmodule && sd->llvmInternal != LLVMnotypeinfo)
+    if (sd->getModule() == gIR->dmodule && sd->llvmInternal != LLVMno_typeinfo)
         DtoTypeInfoOf(sd->type, false);
 }