add missing dbg hooks for boolean simplifications
[libfirm] / include / libfirm / ircgcons.h
index aad4840..f5ec092 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.
  *
 #ifndef FIRM_IR_IRCGCONS_H
 #define FIRM_IR_IRCGCONS_H
 
+#include "firm_config.h"
+
+#ifdef INTERPROCEDURAL_VIEW
+
 #include "firm_types.h"
 
 /** Return the current state of the interprocedural view. */
@@ -53,3 +57,5 @@ void cg_construct(int arr_len, ir_entity *free_methods_arr[]);
 void cg_destruct(void);
 
 #endif
+
+#endif