From: Michael Beck Date: Mon, 11 Sep 2006 18:06:42 +0000 (+0000) Subject: backend now gets the CPU name X-Git-Url: http://nsz.repo.hu/git/?a=commitdiff_plain;h=2811c24970560e240026f50f5706b9b07b620cf0;p=libfirm backend now gets the CPU name --- diff --git a/ir/be/be.h b/ir/be/be.h index 420592dfc..fe69d858f 100644 --- a/ir/be/be.h +++ b/ir/be/be.h @@ -52,7 +52,7 @@ const backend_params *be_init(void); /** * Main interface to the frontend. */ -void be_main(FILE *file_handle, const char *asm_file_name); +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);