diff gen/tollvm.h @ 610:1b62222581fb

Change bool type to i8
author Christian Kamm <kamm incasoftware de>
date Sat, 20 Sep 2008 10:13:15 +0200
parents fbb1a366cfbc
children 83ca663ecc20
line wrap: on
line diff
--- a/gen/tollvm.h	Fri Sep 19 21:45:05 2008 +0200
+++ b/gen/tollvm.h	Sat Sep 20 10:13:15 2008 +0200
@@ -58,6 +58,7 @@
 LLConstant* DtoConstString(const char*);
 LLConstant* DtoConstStringPtr(const char* str, const char* section = 0);
 LLConstant* DtoConstBool(bool);
+LLConstant* DtoConstI1(bool);
 
 // llvm wrappers
 LLValue* DtoLoad(LLValue* src, const char* name=0);