diff gen/tollvm.h @ 611:83ca663ecc20

Backed out changeset 1b62222581fb Do not use i8 for bool. Instead rely on the target to store i1 as i8.
author Christian Kamm <kamm incasoftware de>
date Sun, 21 Sep 2008 14:45:41 +0200
parents 1b62222581fb
children 8d850fa25713
line wrap: on
line diff
--- a/gen/tollvm.h	Sat Sep 20 10:13:15 2008 +0200
+++ b/gen/tollvm.h	Sun Sep 21 14:45:41 2008 +0200
@@ -58,7 +58,6 @@
 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);