From: Michael Beck Date: Fri, 17 Jun 2005 12:12:28 +0000 (+0000) Subject: added flag for inplace edges X-Git-Url: http://nsz.repo.hu/git/?a=commitdiff_plain;h=2a8f7e141f7025f3fd3d52f90597e72baeec5d93;p=libfirm added flag for inplace edges [r6055] --- diff --git a/win32/config.h b/win32/config.h index 430ad3474..36d294c19 100644 --- a/win32/config.h +++ b/win32/config.h @@ -103,6 +103,12 @@ /* Define to 1 if Firm hooks are activated */ #define FIRM_ENABLE_HOOKS +/* Define to 1 if Firm hooks are activated */ +#define FIRM_ENABLE_HOOKS + +/* Define to 1 if Firm inplace edges are activated */ +#define FIRM_EDGES_INPLACE 1 + /* Define the right volatile token */ /* #undef volatile */ diff --git a/win32/firm_config.h b/win32/firm_config.h index 3d7ebfdd3..d1f3ce409 100644 --- a/win32/firm_config.h +++ b/win32/firm_config.h @@ -48,6 +48,11 @@ #define FIRM_ENABLE_HOOKS 1 #endif +/* Define to 1 if Firm inplace edges are activated */ +#ifndef FIRM_EDGES_INPLACE +#define FIRM_EDGES_INPLACE 1 +#endif + #ifdef USE_INLINING #ifndef INLINE #define INLINE __inline