add missing dbg hooks for boolean simplifications
[libfirm] / include / libfirm / irprog.h
index b754108..da1da06 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 1995-2007 University of Karlsruhe.  All right reserved.
+ * Copyright (C) 1995-2008 University of Karlsruhe.  All right reserved.
  *
  * This file is part of libFirm.
  *
@@ -152,6 +152,13 @@ ir_type *get_glob_type(void);
  */
 ir_type *get_tls_type(void);
 
+/**
+ * returns the constructors type containing entities that should be put in
+ * the constructos section. (The constructors section contains pointers to
+ * module constructor functions)
+ */
+ir_type *get_constructors_type(void);
+
 /** Adds type to the list of types in irp. */
 void add_irp_type(ir_type *typ);