diff gen/tollvm.h @ 364:8014dbd24605 trunk

[svn r385] Fix lvalue cast problems with -= and friends. Fix complex DtoBoolean.
author ChristianK
date Mon, 14 Jul 2008 22:48:03 +0200
parents e20ce6d8d374
children bfb9d28f045a
line wrap: on
line diff
--- a/gen/tollvm.h	Mon Jul 14 21:49:54 2008 +0200
+++ b/gen/tollvm.h	Mon Jul 14 22:48:03 2008 +0200
@@ -41,7 +41,7 @@
 LLValue* DtoPointedType(LLValue* ptr, LLValue* val);
 
 // casts any value to a boolean
-LLValue* DtoBoolean(LLValue* val);
+LLValue* DtoBoolean(DValue* dval);
 
 // some types
 const LLType* DtoSize_t();