backend now gets the CPU name
authorMichael Beck <beck@ipd.info.uni-karlsruhe.de>
Mon, 11 Sep 2006 18:06:42 +0000 (18:06 +0000)
committerMichael Beck <beck@ipd.info.uni-karlsruhe.de>
Mon, 11 Sep 2006 18:06:42 +0000 (18:06 +0000)
ir/be/be.h

index 420592d..fe69d85 100644 (file)
@@ -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);