@@ -738,16 +738,9 @@ inline size_t unsigned_abs(int64_t x)
738738#define  FEATURE_TAILCALL_OPT_SHARED_RETURN  0 
739739#endif  //  !FEATURE_TAILCALL_OPT
740740
741- #define  CLFLG_CODESIZE    0x00001 
742- #define  CLFLG_CODESPEED   0x00002 
743- #define  CLFLG_CSE         0x00004 
744- #define  CLFLG_REGVAR      0x00008 
745- #define  CLFLG_RNGCHKOPT   0x00010 
746- #define  CLFLG_DEADSTORE   0x00020 
747- #define  CLFLG_CODEMOTION  0x00040 
748- #define  CLFLG_QMARK       0x00080 
749- #define  CLFLG_TREETRANS   0x00100 
750- #define  CLFLG_INLINING    0x00200 
741+ #define  CLFLG_REGVAR     0x00008 
742+ #define  CLFLG_TREETRANS  0x00100 
743+ #define  CLFLG_INLINING   0x00200 
751744
752745#if  FEATURE_STRUCTPROMOTE
753746#define  CLFLG_STRUCTPROMOTE  0x00400 
@@ -761,10 +754,7 @@ inline size_t unsigned_abs(int64_t x)
761754#define  FEATURE_LOOP_ALIGN  0 
762755#endif 
763756
764- #define  CLFLG_MAXOPT                                                                                                    \
765-     (CLFLG_CSE | CLFLG_REGVAR | CLFLG_RNGCHKOPT | CLFLG_DEADSTORE | CLFLG_CODEMOTION | CLFLG_QMARK | CLFLG_TREETRANS | \
766-      CLFLG_INLINING | CLFLG_STRUCTPROMOTE)
767- 
757+ #define  CLFLG_MAXOPT  (CLFLG_REGVAR | CLFLG_TREETRANS | CLFLG_INLINING | CLFLG_STRUCTPROMOTE)
768758#define  CLFLG_MINOPT  (CLFLG_TREETRANS)
769759
770760/* ****************************************************************************/ 
0 commit comments