some more debug output if no definition for a value is found on a path
[libfirm] / ir / be / be.h
index a6a1a91..fe69d85 100644 (file)
@@ -1,4 +1,3 @@
-
 #ifndef _BE_MAIN_H
 #define _BE_MAIN_H
 
@@ -53,7 +52,7 @@ const backend_params *be_init(void);
 /**
  * Main interface to the frontend.
  */
-void be_main(FILE *file_handle);
+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);