From: Sebastian Hack Date: Wed, 11 May 2005 12:53:36 +0000 (+0000) Subject: Added firm pseudo architecture X-Git-Url: http://nsz.repo.hu/git/?a=commitdiff_plain;h=ab6f21d7ccb93852cc86607e67d47de4bc422197;p=libfirm Added firm pseudo architecture --- 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 */