From 2c3c86c05276fa2c480ef7e3b6d173999529c624 Mon Sep 17 00:00:00 2001 From: Michael Beck Date: Mon, 15 May 2006 11:56:38 +0000 Subject: [PATCH] add context parameter for create_intrinsic_fkt --- ir/be/be.h | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/ir/be/be.h b/ir/be/be.h index 5d04946c4..ae25aa992 100644 --- a/ir/be/be.h +++ b/ir/be/be.h @@ -24,6 +24,10 @@ typedef struct backend_params { /** the architecture specific intrinsic function creator */ create_intrinsic_fkt *arch_create_intrinsic_fkt; + + /** the context parameter for the create intrinsic function */ + void *create_intrinsic_ctx; + } backend_params; /** -- 2.20.1