]> git.ipfire.org Git - thirdparty/gcc.git/commitdiff
params.opt: Fix typo
authorFilip Kastl <fkastl@suse.cz>
Thu, 5 Dec 2024 10:23:13 +0000 (11:23 +0100)
committerFilip Kastl <fkastl@suse.cz>
Thu, 5 Dec 2024 10:23:13 +0000 (11:23 +0100)
Add missing '=' after -param=cycle-accurate-model.

gcc/ChangeLog:

* params.opt: Add missing '=' after -param=cycle-accurate-model.

Signed-off-by: Filip Kastl <fkastl@suse.cz>
gcc/params.opt

index f5cc71d0f493d621bc90d35dfcc708e23facba63..5853bf02f9eeb447ed64cd87196e263913216a76 100644 (file)
@@ -66,7 +66,7 @@ Enable asan stack protection.
 Common Joined UInteger Var(param_asan_use_after_return) Init(1) IntegerRange(0, 1) Param Optimization
 Enable asan detection of use-after-return bugs.
 
--param=cycle-accurate-model
+-param=cycle-accurate-model=
 Common Joined UInteger Var(param_cycle_accurate_model) Init(1) IntegerRange(0, 1) Param Optimization
 Whether the scheduling description is mostly a cycle-accurate model of the target processor and is likely to be spill aggressively to fill any pipeline bubbles.