X-Git-Url: http://nsz.repo.hu/git/?a=blobdiff_plain;f=ir%2Fbe%2Fia32%2Fbearch_ia32_t.h;h=d58250a3335f62ae6bad78da7de6ba92b92b1fbb;hb=860be71b2168419657bfc20f06eb0a73b1a37715;hp=110f2394ab2aa03fb1efb97d67173f9b58d4594f;hpb=70141f1b87d770fc18c98948f1049dec758ff020;p=libfirm diff --git a/ir/be/ia32/bearch_ia32_t.h b/ir/be/ia32/bearch_ia32_t.h index 110f2394a..d58250a33 100644 --- a/ir/be/ia32/bearch_ia32_t.h +++ b/ir/be/ia32/bearch_ia32_t.h @@ -176,4 +176,14 @@ ir_entity *ia32_create_intrinsic_fkt(ir_type *method, const ir_op *op, const ir_mode *imode, const ir_mode *omode, void *context); +/** + * Return the stack entity that contains the return address. + */ +ir_entity *ia32_get_return_address_entity(void); + +/** + * Return the stack entity that contains the frame address. + */ +ir_entity *ia32_get_frame_address_entity(void); + #endif