diff gen/llvmhelpers.h @ 1186:7562457bb7f3

Automated merge with http://hg.dsource.org/projects/ldc
author Frits van Bommel <fvbommel wxs.nl>
date Wed, 01 Apr 2009 00:13:21 +0200
parents 8baf611f0009
children 83d3b25c2213
line wrap: on
line diff
--- a/gen/llvmhelpers.h	Tue Mar 31 20:21:28 2009 +0200
+++ b/gen/llvmhelpers.h	Wed Apr 01 00:13:21 2009 +0200
@@ -101,7 +101,7 @@
 
 // declaration inside a declarationexp
 DValue* DtoDeclarationExp(Dsymbol* declaration);
-LLValue* DtoRawVarDeclaration(VarDeclaration* var);
+LLValue* DtoRawVarDeclaration(VarDeclaration* var, LLValue* addr = 0);
 
 // initializer helpers
 LLConstant* DtoConstInitializer(Loc loc, Type* type, Initializer* init);