Fixed pinned info
[libfirm] / ir / ir / irflag_t.h
index 6293ac1..4d6226b 100644 (file)
@@ -111,6 +111,14 @@ static INLINE int get_opt_strength_red(void)
   return libFIRM_opt & OPT_STRENGTH_RED;
 }
 
+/** Returns verbosity for strength reduction.
+ * 1: output number of reduced expressions for each run
+ * 2: output each reduced expression . */
+static INLINE int get_opt_strength_red_verbosity(void)
+{
+  return 0;  // @@@ not yet implemented.
+}
+
 /** Returns global constant subexpression elimination setting. */
 static INLINE int get_opt_constant_folding(void)
 {