From: Michael Beck Date: Wed, 5 Sep 2007 13:42:44 +0000 (+0000) Subject: add generic architecture X-Git-Url: http://nsz.repo.hu/git/?a=commitdiff_plain;ds=sidebyside;h=366e963a782fe9549838fd3492438ea6ea1f19ad;p=libfirm add generic architecture [r15675] --- diff --git a/ir/be/ia32/bearch_ia32_t.h b/ir/be/ia32/bearch_ia32_t.h index 5f3dbfc77..8839b7a2b 100644 --- a/ir/be/ia32/bearch_ia32_t.h +++ b/ir/be/ia32/bearch_ia32_t.h @@ -80,6 +80,7 @@ enum cpu_support { arch_athlon, /**< Athlon */ arch_athlon_64, /**< Athlon64 */ arch_opteron, /**< Opteron */ + arch_generic /**< generic */ }; /** checks for l <= x <= h */