Set volatility explicitely to non_volatile for newly created Load/Store nodes
[libfirm] / config.h.in
index 8b4d5f6..88e6cd9 100644 (file)
@@ -17,7 +17,7 @@
 /* Define to disable assertion checking.  */
 #undef NDEBUG
 
-/* Remove to disable inlining */
+/* undef to disable inlining */
 #undef USE_INLINING
 
 /* Define to 1 if you have the <alloca.h> header file. */
@@ -88,6 +88,9 @@
 /* Define to 1 if Firm statistics are activated */
 #undef FIRM_STATISTICS
 
+/* Define to 1 for heap analysis support */
+#undef DO_HEAPANALYSIS
+
 /* Define the right volatile token */
 #undef volatile