Comment out

This commit is contained in:
Eddie Hung 2019-04-09 10:09:43 -07:00
parent 3fc474aa73
commit 3b6f85b0a6
1 changed files with 1 additions and 1 deletions

View File

@ -1239,7 +1239,7 @@ struct Abc9Pass : public Pass {
}
if (arg == "-dress") {
// TODO
abc_dress = true;
//abc_dress = true;
continue;
}
if (arg == "-g" && argidx+1 < args.size()) {