aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTom Eccles <tom.eccles@arm.com>2024-02-05 17:11:47 +0000
committerGitHub <noreply@github.com>2024-02-05 17:11:47 +0000
commit2d416219af5c0091f7887e4d4463e63f5a37d811 (patch)
tree304e5c13352077002ba7ca73ee150de9d0c85122
parent09531e34eec121e9c2319d58bb9fb7edc304027e (diff)
downloadllvm-2d416219af5c0091f7887e4d4463e63f5a37d811.zip
llvm-2d416219af5c0091f7887e4d4463e63f5a37d811.tar.gz
llvm-2d416219af5c0091f7887e4d4463e63f5a37d811.tar.bz2
[flang][docs] fix stack arrays docs page name (#80708)
The website renders this `<h1>` as the page title in the index. This patch updates the title to better fit with the names of the other pages. See the index here https://flang.llvm.org/docs/
-rw-r--r--flang/docs/fstack-arrays.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/flang/docs/fstack-arrays.md b/flang/docs/fstack-arrays.md
index 2e977bc..0ee6bf8 100644
--- a/flang/docs/fstack-arrays.md
+++ b/flang/docs/fstack-arrays.md
@@ -1,4 +1,4 @@
-# -fstack-arrays
+# Stack arrays pass
## Problem Description
In gfortran, `-fstack-arrays` will cause all local arrays, including those of
unknown size, to be allocated from stack memory. Gfortran enables this flag by