aboutsummaryrefslogtreecommitdiff
path: root/gcc
diff options
context:
space:
mode:
authorFilip Kastl <fkastl@suse.cz>2024-12-05 11:23:13 +0100
committerFilip Kastl <fkastl@suse.cz>2024-12-05 11:23:13 +0100
commit2a2f285ecd2cd681cadae305990ffb9e23e157cb (patch)
treef7db3d24fe3ab596a73a2b6d46ca62776948437c /gcc
parentca4d6285974817080d3488b293c4970a8231372b (diff)
downloadgcc-2a2f285ecd2cd681cadae305990ffb9e23e157cb.zip
gcc-2a2f285ecd2cd681cadae305990ffb9e23e157cb.tar.gz
gcc-2a2f285ecd2cd681cadae305990ffb9e23e157cb.tar.bz2
params.opt: Fix typo
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>
Diffstat (limited to 'gcc')
-rw-r--r--gcc/params.opt2
1 files changed, 1 insertions, 1 deletions
diff --git a/gcc/params.opt b/gcc/params.opt
index f5cc71d..5853bf0 100644
--- a/gcc/params.opt
+++ b/gcc/params.opt
@@ -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.