diff gen/llvmhelpers.h @ 747:46d0755451a4

Added DtoRawVarDeclaration routine to handle special variables in some statements.
author Tomas Lindquist Olsen <tomas.l.olsen@gmail.com>
date Sat, 01 Nov 2008 18:25:10 +0100
parents 30b42a283c8e
children 4adf0f742896
line wrap: on
line diff
--- a/gen/llvmhelpers.h	Sat Nov 01 17:56:25 2008 +0100
+++ b/gen/llvmhelpers.h	Sat Nov 01 18:25:10 2008 +0100
@@ -83,6 +83,7 @@
 
 // declaration inside a declarationexp
 DValue* DtoDeclarationExp(Dsymbol* declaration);
+LLValue* DtoRawVarDeclaration(VarDeclaration* var);
 
 // initializer helpers
 LLConstant* DtoConstInitializer(Type* type, Initializer* init);