add generic architecture
authorMichael Beck <beck@ipd.info.uni-karlsruhe.de>
Wed, 5 Sep 2007 13:42:44 +0000 (13:42 +0000)
committerMichael Beck <beck@ipd.info.uni-karlsruhe.de>
Wed, 5 Sep 2007 13:42:44 +0000 (13:42 +0000)
[r15675]

ir/be/ia32/bearch_ia32_t.h

index 5f3dbfc..8839b7a 100644 (file)
@@ -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 */