From: Christian Würdig Date: Fri, 23 Jun 2006 10:34:13 +0000 (+0000) Subject: added timer convenience macro X-Git-Url: http://nsz.repo.hu/git/?a=commitdiff_plain;h=9524e097bfc83f1fb580e76283a24f457d7c40b3;p=libfirm added timer convenience macro --- diff --git a/ir/be/be.h b/ir/be/be.h index ae25aa992..4f9cc5aeb 100644 --- a/ir/be/be.h +++ b/ir/be/be.h @@ -8,6 +8,8 @@ #include "lower_dw.h" #include "dbginfo.h" +#define LC_STOP_AND_RESET_TIMER(timer) lc_timer_stop(timer); lc_timer_reset(timer) + /** * This structure contains parameters that should be * propagated to the libFirm parameter set.