We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b99a4f8 commit 069a65dCopy full SHA for 069a65d
lib/SILOptimizer/Mandatory/TransferNonSendable.cpp
@@ -109,7 +109,7 @@ static Expr *getExprForPartitionOp(const PartitionOp &op) {
109
110
namespace {
111
112
-static const char *SEP_STR = "╾──────────────────────────────╼\n";
+constexpr const char *SEP_STR = "╾──────────────────────────────╼\n";
113
114
using TrackableValueID = PartitionPrimitives::Element;
115
using Region = PartitionPrimitives::Region;
0 commit comments