mirror of
https://github.com/verilator/verilator.git
synced 2026-09-02 02:38:15 +02:00
Internals: Cleanup some string constructors. No functional change.
This commit is contained in:
+1
-1
@@ -65,7 +65,7 @@ private:
|
||||
nodep->v3warn(E_UNSUPPORTED, "Unsupported: Can't unroll generate for; " << reason);
|
||||
UINFO(3, " Can't Unroll: " << reason << " :" << nodep << endl);
|
||||
// if (debug() >= 9) nodep->dumpTree(cout, "-cant-");
|
||||
V3Stats::addStatSum(string("Unrolling gave up, ") + reason, 1);
|
||||
V3Stats::addStatSum(std::string{"Unrolling gave up, "} + reason, 1);
|
||||
return false;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user