diff gen/llvmhelpers.h @ 419:023fa78c1203

Fixed delegate casts.
author Tomas Lindquist Olsen <tomas.l.olsen@gmail.com>
date Mon, 28 Jul 2008 08:05:21 +0200
parents ac1fcc138e42
children fa91b03d9cd7
line wrap: on
line diff
--- a/gen/llvmhelpers.h	Mon Jul 28 07:25:13 2008 +0200
+++ b/gen/llvmhelpers.h	Mon Jul 28 08:05:21 2008 +0200
@@ -48,6 +48,7 @@
 DValue* DtoCastInt(Loc& loc, DValue* val, Type* to);
 DValue* DtoCastPtr(Loc& loc, DValue* val, Type* to);
 DValue* DtoCastFloat(Loc& loc, DValue* val, Type* to);
+DValue* DtoCastDelegate(Loc& loc, DValue* val, Type* to);
 DValue* DtoCast(Loc& loc, DValue* val, Type* to);
 
 // is template instance check