X-Git-Url: http://nsz.repo.hu/git/?a=blobdiff_plain;f=ir%2Fbe%2Fia32%2Fia32_x87.h;h=20d3546f1d9aead47b101b4e80a0a28792578e2f;hb=3a17d433225f46418db86ab1edbfea1cc25b9d22;hp=7e51ea5a5969597d192ca28b84cb28a941612a87;hpb=4d5c3365a58cba59993045a9e08e686d8ae079a7;p=libfirm diff --git a/ir/be/ia32/ia32_x87.h b/ir/be/ia32/ia32_x87.h index 7e51ea5a5..20d3546f1 100644 --- a/ir/be/ia32/ia32_x87.h +++ b/ir/be/ia32/ia32_x87.h @@ -18,15 +18,17 @@ */ /** - * This file implements the x87 support and virtual to stack - * register translation. - * - * $Id$ + * @file + * @brief This file implements the x87 support and virtual to stack + * register translation for the ia32 backend. + * @author Michael Beck + * @version $Id$ */ -#ifndef _IA32_X87_H_ -#define _IA32_X87_H_ +#ifndef FIRM_BE_IA32_IA32_X87_H +#define FIRM_BE_IA32_IA32_X87_H -#include "../bearch_t.h" +#include "../bearch.h" +#include "../beirg.h" /** * Run a simulation and fix all virtual instructions for a graph. @@ -40,4 +42,4 @@ */ void x87_simulate_graph(const arch_env_t *env, be_irg_t *birg); -#endif /* _IA32_X87_H_ */ +#endif /* FIRM_BE_IA32_IA32_X87_H */