Skip to content

Commit 2d41621

Browse files
authored
[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/
1 parent 09531e3 commit 2d41621

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

flang/docs/fstack-arrays.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# -fstack-arrays
1+
# Stack arrays pass
22
## Problem Description
33
In gfortran, `-fstack-arrays` will cause all local arrays, including those of
44
unknown size, to be allocated from stack memory. Gfortran enables this flag by

0 commit comments

Comments
 (0)