Apply 'make format'
This commit is contained in:
parent
0494d0f8bf
commit
4f00396ea6
|
|
@ -1151,7 +1151,8 @@ private:
|
|||
if (funcp->recursive()) {
|
||||
if (m_recurseCount >= v3Global.opt.funcRecursionDepth()) {
|
||||
clearOptimizable(funcp, "Constant function recursed more than "s
|
||||
+ std::to_string(v3Global.opt.funcRecursionDepth()) + " times");
|
||||
+ std::to_string(v3Global.opt.funcRecursionDepth())
|
||||
+ " times");
|
||||
return;
|
||||
}
|
||||
++m_recurseCount;
|
||||
|
|
|
|||
Loading…
Reference in New Issue