X-Git-Url: http://nsz.repo.hu/git/?a=blobdiff_plain;f=ir%2Fdebug%2Fdbginfo.c;h=178ce44af177eb312281633b85afa19628b8a05a;hb=0cc8bfc863da28d3799e9eca1d1765d564b6e573;hp=bc82e8f3be832d798d9f756827d6f9905729f002;hpb=c3e48b153136c5786da9aa903e34b551e798b74d;p=libfirm diff --git a/ir/debug/dbginfo.c b/ir/debug/dbginfo.c index bc82e8f3b..178ce44af 100644 --- a/ir/debug/dbginfo.c +++ b/ir/debug/dbginfo.c @@ -1,5 +1,5 @@ /* - * Copyright (C) 1995-2007 University of Karlsruhe. All right reserved. + * Copyright (C) 1995-2008 University of Karlsruhe. All right reserved. * * This file is part of libFirm. * @@ -69,6 +69,8 @@ const char *dbg_action_2_str(dbg_action a) { CASE(dbg_rem_poly_call); CASE(dbg_dead_code); CASE(dbg_opt_confirm); + CASE(dbg_gvn_pre); + CASE(dbg_combo); CASE(dbg_backend); default: if (a <= dbg_max)