X-Git-Url: http://nsz.repo.hu/git/?a=blobdiff_plain;f=ir%2Fbe%2Fbechordal_draw.h;h=63e491fc8f7c43e8fd11018ace819c3369323d46;hb=7438ae082c9ec7658ccd006b40aa62084aedca2d;hp=af86711eb9ef47cf07928b7577d1ab1337c7e87d;hpb=165e48ff9dc8753e95565ddf6c58b3f128490406;p=libfirm diff --git a/ir/be/bechordal_draw.h b/ir/be/bechordal_draw.h index af86711eb..63e491fc8 100644 --- a/ir/be/bechordal_draw.h +++ b/ir/be/bechordal_draw.h @@ -13,7 +13,6 @@ #ifndef _BECHORDAL_DRAW_H #define _BECHORDAL_DRAW_H -#include "irgraph.h" #include "bearch.h" typedef struct _plotter_t plotter_t; @@ -56,6 +55,8 @@ struct _draw_chordal_opts_t { int h_inter_gap; int v_gap; int v_inter_gap; + int x_margin; + int y_margin; }; extern const draw_chordal_opts_t draw_chordal_def_opts; @@ -65,7 +66,6 @@ extern plotter_t *new_plotter_ps(const char *filename); extern void draw_interval_tree( const draw_chordal_opts_t *opts, const be_chordal_env_t *chordal_env, - plotter_t *plotter, const arch_env_t *env, - const arch_register_class_t *cls); + plotter_t *plotter); #endif /* _BECHORDAL_DRAW_H */