condeval is called jump threading now
[cparser] / main.c
diff --git a/main.c b/main.c
index 3db9733..b93ac30 100644 (file)
--- a/main.c
+++ b/main.c
@@ -749,14 +749,14 @@ int main(int argc, char **argv)
                break;
        default:
        case 4:
-               set_option("strict-aliasing");
                /* use_builtins = true; */
                /* fallthrough */
        case 3:
-               set_option("cond-eval");
+               set_option("jumpthreading");
                set_option("if-conv");
                /* fallthrough */
        case 2:
+               set_option("strict-aliasing");
                set_option("inline");
                set_option("deconv");
                set_be_option("omitfp");