fixed a bunch of warnings (in OPTIMIZE mode)
[libfirm] / ir / ana / field_temperature.c
index 01352b5..ef97669 100644 (file)
@@ -28,6 +28,8 @@
 # include "config.h"
 #endif
 
+#ifdef INTERPROCEDURAL_VIEW
+
 #include <math.h>
 
 #include "field_temperature.h"
@@ -402,3 +404,5 @@ int is_jack_rts_entity(ir_entity *e) {
 }
 
 #endif /* if 0 */
+
+#endif