adapt to latest firm changes
[cparser] / driver / firm_cmdline.h
index 7da2d8e..484cb52 100644 (file)
@@ -63,7 +63,7 @@ struct a_firm_opt {
   a_byte   deconv;          /**< enable conv node optimization */
   a_byte   cc_opt;          /**< optimize calling conventions */
   a_byte   bool_opt;        /**< perform bool simplification */
-  a_byte   end_melt;        /**< end block melting */
+  a_byte   shape_blocks;    /**< block shaping */
   a_byte   freestanding;    /**< if set, freestanding mode is enabled */
   a_byte   fp_model;        /**< fp model */
   a_byte   lower_ll;        /**< lower double word access */
@@ -138,11 +138,6 @@ extern struct a_firm_dump firm_dump;
 extern struct a_firm_ext_grs firm_ext_grs;
 
 
-/**
- * prints the firm version number
- */
-void print_firm_version(FILE *f);
-
 /**
  * called by the generic command line parser
  * to handle the --firm= or -f options