From c9cf4f662ef17491012f05c2a0aa48deb3a8ab27 Mon Sep 17 00:00:00 2001 From: Michael Beck Date: Thu, 6 Nov 2008 00:30:12 +0000 Subject: [PATCH] - fixed comments [r23457] --- ir/be/bearch_t.h | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) 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); /** -- 2.20.1