diff dmd/declaration.h @ 129:8096ba7082db trunk

[svn r133] Fixed some problems with inlining not happening :P Fixed problems with certain cases of deeply nested classes/functions.
author lindquist
date Fri, 28 Dec 2007 22:55:24 +0100
parents 9c79b61fb638
children a7dfa0ed966c
line wrap: on
line diff
--- a/dmd/declaration.h	Fri Nov 30 17:12:08 2007 +0100
+++ b/dmd/declaration.h	Fri Dec 28 22:55:24 2007 +0100
@@ -606,6 +606,7 @@
 
     FuncDeclaration *isFuncDeclaration() { return this; }
 
+    // llvmdc stuff
     bool llvmQueued;
     llvm::Value* llvmThisVar;
     std::set<VarDeclaration*> llvmNestedVars;