diff gen/tollvm.h @ 114:5880c12dba83 trunk

[svn r118] Fixed dynamic casts. Fixed a few interface bugs.
author lindquist
date Sun, 25 Nov 2007 00:19:13 +0100
parents 5ab8e92611f9
children fd7ad91fd713
line wrap: on
line diff
--- a/gen/tollvm.h	Sat Nov 24 06:33:00 2007 +0100
+++ b/gen/tollvm.h	Sun Nov 25 00:19:13 2007 +0100
@@ -101,7 +101,6 @@
 DValue* DtoCastPtr(DValue* val, Type* to);
 DValue* DtoCastFloat(DValue* val, Type* to);
 DValue* DtoCastComplex(DValue* val, Type* to);
-DValue* DtoCastClass(DValue* val, Type* to);
 DValue* DtoCast(DValue* val, Type* to);
 
 // binary operations