X-Git-Url: http://nsz.repo.hu/git/?a=blobdiff_plain;f=include%2Flibfirm%2Fbe.h;h=202162a15d3218fa40de4dabc91e4e7b6a94bf55;hb=9ec98298a0bf99ccb9533365dd7245e0a380f3df;hp=676d6bc987e040f9091b8390329841c5b36b2dad;hpb=e7ba741cdd9599ce05d7989bff60a1c6137ee0b5;p=libfirm diff --git a/include/libfirm/be.h b/include/libfirm/be.h index 676d6bc98..202162a15 100644 --- a/include/libfirm/be.h +++ b/include/libfirm/be.h @@ -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. * @@ -26,14 +26,10 @@ #ifndef FIRM_BE_MAIN_H #define FIRM_BE_MAIN_H +#include #include "irarch.h" #include "archop.h" #include "lowering.h" -#include "iroptimize.h" - -#include - -#define LC_STOP_AND_RESET_TIMER(timer) do { lc_timer_stop(timer); lc_timer_reset(timer); } while(0) /** * This structure contains parameters that should be @@ -82,24 +78,9 @@ const backend_params *be_init(void); /** * Main interface to the frontend. */ -void be_main(FILE *file_handle, const char *cup_name); - -/** The type of the debug info retriever function. */ -typedef const char *(*retrieve_dbg_func)(const dbg_info *dbg, unsigned *line); - -/** - * Sets a debug info retriever. - * - * @param func the debug retriever function. - */ -void be_set_debug_retrieve(retrieve_dbg_func func); - -/** - * Retrieve the debug info. - */ -const char *be_retrieve_dbg_info(const dbg_info *dbg, unsigned *line); +void be_main(FILE *output, const char *compilation_unit_name); typedef struct be_main_env_t be_main_env_t; typedef struct be_options_t be_options_t; -#endif /* FIRM_BE_MAIN_H */ +#endif