diff gen/llvmhelpers.h @ 1067:7ce8355fbcc6

Improved template emission control for singleobj building.
author Christian Kamm <kamm incasoftware de>
date Sun, 08 Mar 2009 16:21:56 +0100
parents 4d366a75d95f
children f99a3b393c03
line wrap: on
line diff
--- a/gen/llvmhelpers.h	Sun Mar 08 16:21:11 2009 +0100
+++ b/gen/llvmhelpers.h	Sun Mar 08 16:21:56 2009 +0100
@@ -62,7 +62,7 @@
 DValue* DtoPaintType(Loc& loc, DValue* val, Type* to);
 
 // is template instance check, returns module where instantiated
-Module* DtoIsTemplateInstance(Dsymbol* s);
+TemplateInstance* DtoIsTemplateInstance(Dsymbol* s);
 
 // these are all basically drivers for the codegeneration called by the main loop
 void DtoResolveDsymbol(Dsymbol* dsym);