Increase default --unroll-stmts

This commit is contained in:
Wilson Snyder 2009-10-05 07:49:02 -04:00
parent b883ce95b2
commit 4d1f8bd057

View File

@ -965,7 +965,7 @@ V3Options::V3Options() {
m_outputSplitCTrace = 0;
m_traceDepth = 0;
m_unrollCount = 64;
m_unrollStmts = 20;
m_unrollStmts = 100;
m_compLimitParens = 0;
m_compLimitBlocks = 0;