mirror of
https://github.com/verilator/verilator.git
synced 2025-01-08 15:47:36 +00:00
Apply 'make format'
This commit is contained in:
parent
9baf9c55c2
commit
181b9a5795
@ -1170,7 +1170,9 @@ void V3Options::parseOptsList(FileLine* fl, const string& optdir, int argc, char
|
||||
case 'l': m_oLife = flag; break;
|
||||
case 'm': m_oAssemble = flag; break;
|
||||
// n
|
||||
case 'o': m_oConstBitOpTree = flag; break; // Can remove ~2022-01 when stable
|
||||
case 'o':
|
||||
m_oConstBitOpTree = flag;
|
||||
break; // Can remove ~2022-01 when stable
|
||||
// o will be used as an escape for a second character of optimization disables
|
||||
case 'p':
|
||||
m_public = !flag;
|
||||
|
Loading…
Reference in New Issue
Block a user