Moved N to >
[libfirm] / ir / debug / dbginfo.c
index 809f1d7..fb4af7f 100644 (file)
@@ -98,6 +98,7 @@ const char *dbg_action_2_str(dbg_action a) {
   CASE(dbg_rem_poly_call);
   CASE(dbg_dead_code);
   CASE(dbg_opt_confirm);
+  CASE(dbg_backend);
   default:
     if (a <= dbg_max)
       return "string conversion not implemented";