Add -f<optimization> options to replace -O<letter> options (#3436).

This commit is contained in:
Wilson Snyder
2022-06-03 20:43:16 -04:00
parent 173f57c636
commit ada58465b2
73 changed files with 260 additions and 214 deletions
+1 -1
View File
@@ -254,7 +254,7 @@ void GraphAcyc::simplify(bool allowCut) {
if (allowCut) {
// The main algorithm works without these, though slower
// So if changing the main algorithm, comment these out for a test run
if (v3Global.opt.oAcycSimp()) {
if (v3Global.opt.fAcycSimp()) {
cutBasic(vertexp);
cutBackward(vertexp);
}