used new generic irloop functions
[libfirm] / ir / ana / field_temperature.c
index 7fb6fdf..8b69bf2 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.
  *
@@ -28,6 +28,8 @@
 # include "config.h"
 #endif
 
+#ifdef INTERPROCEDURAL_VIEW
+
 #include <math.h>
 
 #include "field_temperature.h"
@@ -401,5 +403,6 @@ int is_jack_rts_entity(ir_entity *e) {
   return is_jack_rts_name(name);
 }
 
-
 #endif /* if 0 */
+
+#endif