From ab6f21d7ccb93852cc86607e67d47de4bc422197 Mon Sep 17 00:00:00 2001 From: Sebastian Hack Date: Wed, 11 May 2005 12:53:36 +0000 Subject: [PATCH] Added firm pseudo architecture --- ir/be/bearch_firm.h | 21 +++++++++++++++++++++ 1 file changed, 21 insertions(+) create mode 100644 ir/be/bearch_firm.h diff --git a/ir/be/bearch_firm.h b/ir/be/bearch_firm.h new file mode 100644 index 000000000..05cd52fa2 --- /dev/null +++ b/ir/be/bearch_firm.h @@ -0,0 +1,21 @@ + +/** + * @file bearch_firm.h + * @date 11.05.2005 + * @author Sebastian Hack + * + * An instruction set architecture made up of firm nodes. + * + * Copyright (C) 2005 Universitaet Karlsruhe + * Released under the GPL + */ + +#ifndef _BEARCH_FIRM_H +#define _BEARCH_FIRM_H + +#include "bearch.h" + +extern const arch_isa_if_t firm_isa; +extern const arch_irn_handler_t firm_irn_handler; + +#endif /* _BEARCH_FIRM_H */ -- 2.20.1