From: Michael Beck Date: Thu, 6 Nov 2008 00:30:12 +0000 (+0000) Subject: - fixed comments X-Git-Url: http://nsz.repo.hu/git/?a=commitdiff_plain;h=c9cf4f662ef17491012f05c2a0aa48deb3a8ab27;p=libfirm - fixed comments [r23457] --- diff --git a/ir/be/bearch_t.h b/ir/be/bearch_t.h index f4bc0fcf7..e3cc892b7 100644 --- a/ir/be/bearch_t.h +++ b/ir/be/bearch_t.h @@ -379,7 +379,6 @@ struct arch_isa_if_t { /** * Initialize the isa interface. * @param file_handle the file handle to write the output to - * @param main_env the be main environment * @return a new isa instance */ arch_env_t *(*init)(FILE *file_handle); @@ -389,6 +388,10 @@ struct arch_isa_if_t { */ void (*done)(void *self); + /** + * Called directly after initialization. Backend should handle all + * intrinsics here. + */ void (*handle_intrinsics)(void); /**