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 a70bd41 commit 801a8c3Copy full SHA for 801a8c3
llvm/lib/Transforms/IPO/FunctionSpecialization.cpp
@@ -643,7 +643,7 @@ bool FunctionSpecializer::run() {
643
644
// When specializing literal constants is enabled, always require functions
645
// to be larger than MinFunctionSize, to prevent excessive specialization.
646
- bool RequireMinSize =
+ const bool RequireMinSize =
647
!ForceSpecialization &&
648
(SpecializeLiteralConstant || !F.hasFnAttribute(Attribute::NoInline));
649
0 commit comments