diff ir/irstruct.h @ 1253:752bed475b75

Fixed classinfo.interfaces for .. interfaces!
author Tomas Lindquist Olsen <tomas.l.olsen gmail com>
date Tue, 21 Apr 2009 20:19:53 +0200
parents e67c85d6e680
children dd135ff697fa
line wrap: on
line diff
--- a/ir/irstruct.h	Tue Apr 21 19:32:22 2009 +0200
+++ b/ir/irstruct.h	Tue Apr 21 20:19:53 2009 +0200
@@ -58,6 +58,11 @@
     LLConstant* createStructInitializer(StructInitializer* si);
 
     //////////////////////////////////////////////////////////////////////////
+
+    /// Initialize interface.
+    void initializeInterface();
+
+    //////////////////////////////////////////////////////////////////////////
 protected:
     /// Static default initializer global.
     llvm::GlobalVariable* init;