diff gen/irstate.c @ 31:2841234d2aea trunk

[svn r35] * Attributes on struct fields/methods now work * Updated object.d to 1.021 * Added -novalidate command line option. this is sometimes useful when debugging as it may let you read the .ll even if it's invalid.
author lindquist
date Thu, 04 Oct 2007 16:44:07 +0200
parents 0e86428ee567
children 8b0e809563df
line wrap: on
line diff
--- a/gen/irstate.c	Thu Oct 04 14:15:54 2007 +0200
+++ b/gen/irstate.c	Thu Oct 04 16:44:07 2007 +0200
@@ -98,12 +98,14 @@
  : recty(llvm::OpaqueType::get())
 {
     type = 0;
+    queueFuncs = true;
 }
 
 IRStruct::IRStruct(Type* t)
  : recty(llvm::OpaqueType::get())
 {
     type = t;
+    queueFuncs = true;
 }
 
 IRStruct::~IRStruct()