add some dumping hints to irop flags
authorMatthias Braun <matze@braunis.de>
Tue, 22 Jul 2008 12:34:17 +0000 (12:34 +0000)
committerMatthias Braun <matze@braunis.de>
Tue, 22 Jul 2008 12:34:17 +0000 (12:34 +0000)
[r20599]

ir/be/scripts/generate_new_opcodes.pl

index 85e2627..bbbec00 100755 (executable)
@@ -708,6 +708,8 @@ void $arch\_create_opcodes(const arch_irn_ops_t *be_ops) {
 #define K   irop_flag_keep
 #define M   irop_flag_machine
 #define O   irop_flag_machine_op
+#define NB  irop_flag_dump_noblock
+#define NI  irop_flag_dump_noinput
 #define R   (irop_flag_user << 0)
 
        ir_op_ops  ops;