Test case for bug#325444.
[mono.git] / mono / mini / graph.c
index 16962ee3cb385b7687dc70d0062870d0e2b35e9b..c693784aa4c4454f983848823c0d69a1328508cd 100644 (file)
@@ -11,8 +11,6 @@
 
 #include "mini.h"
 
-extern guint8 mono_burg_arity [];
-
 static char *
 convert_name (const char *str)
 {
@@ -221,11 +219,11 @@ mono_print_label (FILE *fp, MonoInst *tree) {
        }
        case OP_RENAME:
        case OP_RETARG:
-       case CEE_NOP:
-       case CEE_JMP:
-       case CEE_BREAK:
+       case OP_NOP:
+       case OP_JMP:
+       case OP_BREAK:
                break;
-       case CEE_BR:
+       case OP_BR:
                fprintf (fp, "[B%d]", tree->inst_target_bb->block_num);
                break;
        case CEE_SWITCH: