diff gen/llvmhelpers.h @ 803:c62c6936635b

Removed DtoConstFieldInitializer, it's no longer needed and was buggy.
author Tomas Lindquist Olsen <tomas.l.olsen@gmail.com>
date Sat, 29 Nov 2008 21:26:50 +0100
parents 340acf1535d0
children 545f54041d91
line wrap: on
line diff
--- a/gen/llvmhelpers.h	Sat Nov 29 20:57:52 2008 +0100
+++ b/gen/llvmhelpers.h	Sat Nov 29 21:26:50 2008 +0100
@@ -87,7 +87,6 @@
 
 // initializer helpers
 LLConstant* DtoConstInitializer(Loc loc, Type* type, Initializer* init);
-LLConstant* DtoConstFieldInitializer(Loc loc, Type* type, Initializer* init);
 LLConstant* DtoConstExpInit(Loc loc, Type* t, Expression* exp);
 DValue* DtoInitializer(LLValue* target, Initializer* init);