diff gen/tollvm.h @ 365:bfb9d28f045a trunk

[svn r386] Fixed broken DtoBoolean. Some code cleanup.
author lindquist
date Tue, 15 Jul 2008 00:17:03 +0200
parents 8014dbd24605
children ac1fcc138e42
line wrap: on
line diff
--- a/gen/tollvm.h	Mon Jul 14 22:48:03 2008 +0200
+++ b/gen/tollvm.h	Tue Jul 15 00:17:03 2008 +0200
@@ -40,9 +40,6 @@
 // TODO: this one should be removed!!!
 LLValue* DtoPointedType(LLValue* ptr, LLValue* val);
 
-// casts any value to a boolean
-LLValue* DtoBoolean(DValue* dval);
-
 // some types
 const LLType* DtoSize_t();
 const LLStructType* DtoInterfaceInfoType();