glift: Replace `YS_OVERRIDE` with `override`.
authorAlberto Gonzalez <boqwxp@airmail.cc>
Fri, 19 Jun 2020 19:57:09 +0000 (19:57 +0000)
committerAlberto Gonzalez <boqwxp@airmail.cc>
Wed, 1 Jul 2020 19:51:47 +0000 (19:51 +0000)
passes/cmds/glift.cc

index eee1b2c792134d5effbf2e2f30df51e8ea50aeec..26fdc4df7c4690e06c7f739c6b851620b4067c95 100644 (file)
@@ -347,7 +347,7 @@ struct GliftPass : public Pass {
 
        GliftPass() : Pass("glift", "create GLIFT models and optimization problems"), opt_create_precise_model(false), opt_create_imprecise_model(false), opt_create_instrumented_model(false), opt_taintconstants(false), opt_keepoutputs(false), opt_simplecostmodel(false), opt_nocostmodel(false), opt_instrumentmore(false), module(nullptr) { }
 
-       void help() YS_OVERRIDE
+       void help() override
        {
                //   |---v---|---v---|---v---|---v---|---v---|---v---|---v---|---v---|---v---|---v---|
                log("\n");
@@ -433,7 +433,7 @@ struct GliftPass : public Pass {
                log("\n");
        }
 
-       void execute(std::vector<std::string> _args, RTLIL::Design *design) YS_OVERRIDE
+       void execute(std::vector<std::string> _args, RTLIL::Design *design) override
        {
                log_header(design, "Executing GLIFT pass (creating and manipulating GLIFT models).\n");