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.
2 parents c7cfef1 + 43c167d commit 2aa4869Copy full SHA for 2aa4869
tools/sil-opt/SILOpt.cpp
@@ -326,7 +326,7 @@ int main(int argc, char **argv) {
326
SILOpts.EnableSILOwnership = EnableSILOwnershipOpt;
327
SILOpts.AssumeUnqualifiedOwnershipWhenParsing =
328
AssumeUnqualifiedOwnershipWhenParsing;
329
- SILOpts.EnableGuaranteedNormalArguments =
+ SILOpts.EnableGuaranteedNormalArguments |=
330
EnableGuaranteedNormalArguments;
331
332
SILOpts.VerifyExclusivity = VerifyExclusivity;
0 commit comments