diff gen/llvmhelpers.h @ 1068:7db4bb9602ed

Automated merge with http://hg.dsource.org/projects/ldc
author Christian Kamm <kamm incasoftware de>
date Sun, 08 Mar 2009 16:22:06 +0100
parents 7ce8355fbcc6
children f99a3b393c03
line wrap: on
line diff
--- a/gen/llvmhelpers.h	Sun Mar 08 16:13:10 2009 +0100
+++ b/gen/llvmhelpers.h	Sun Mar 08 16:22:06 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);