add dbg_dead_code case
authorMichael Beck <beck@ipd.info.uni-karlsruhe.de>
Tue, 18 Oct 2005 16:49:31 +0000 (16:49 +0000)
committerMichael Beck <beck@ipd.info.uni-karlsruhe.de>
Tue, 18 Oct 2005 16:49:31 +0000 (16:49 +0000)
[r6733]

ir/debug/dbginfo.c

index ef4c96c..0fad91a 100644 (file)
@@ -96,6 +96,7 @@ const char *dbg_action_2_str(dbg_action a) {
   CASE(dbg_read_after_read);
   CASE(dbg_read_a_const);
   CASE(dbg_rem_poly_call);
+  CASE(dbg_dead_code);
   CASE(dbg_opt_confirm);
   default:
     if (a <= dbg_max)