@@ -1670,7 +1670,7 @@ as ``-mlong-calls`` and ``-mno-long-calls``.
1670
1670
1671
1671
def IntelFPGAMemoryAttrDocs : Documentation {
1672
1672
let Category = DocCatVariable;
1673
- let Heading = "memory (IntelFGPA )";
1673
+ let Heading = "memory (IntelFPGA )";
1674
1674
let Content = [{
1675
1675
This attribute may be attached to a variable or struct member declaration and
1676
1676
instructs the backend to implement the variable or struct member in memory
@@ -1681,7 +1681,7 @@ it indicates what type of memory to use.
1681
1681
1682
1682
def IntelFPGARegisterAttrDocs : Documentation {
1683
1683
let Category = DocCatVariable;
1684
- let Heading = "register (IntelFGPA )";
1684
+ let Heading = "register (IntelFPGA )";
1685
1685
let Content = [{
1686
1686
This attribute may be attached to a variable or struct member declaration and
1687
1687
instructs the backend to promote the variable or struct member to register(s)
@@ -1691,7 +1691,7 @@ if possible.
1691
1691
1692
1692
def IntelFPGABankWidthAttrDocs : Documentation {
1693
1693
let Category = DocCatVariable;
1694
- let Heading = "bankwidth (IntelFGPA )";
1694
+ let Heading = "bankwidth (IntelFPGA )";
1695
1695
let Content = [{
1696
1696
This attribute may be attached to a variable or struct member declaration and
1697
1697
instructs the backend to implement the variable or struct member in a memory
@@ -1701,7 +1701,7 @@ with banks that are N bytes wide.
1701
1701
1702
1702
def IntelFPGANumBanksAttrDocs : Documentation {
1703
1703
let Category = DocCatVariable;
1704
- let Heading = "numbanks (IntelFGPA )";
1704
+ let Heading = "numbanks (IntelFPGA )";
1705
1705
let Content = [{
1706
1706
This attribute may be attached to a variable or struct member declaration and
1707
1707
instructs the backend to implement the variable or struct member in a memory
@@ -1711,7 +1711,7 @@ with N banks.
1711
1711
1712
1712
def IntelFPGAMaxConcurrencyAttrDocs : Documentation {
1713
1713
let Category = DocCatVariable;
1714
- let Heading = "max_concurrency (IntelFGPA )";
1714
+ let Heading = "max_concurrency (IntelFPGA )";
1715
1715
let Content = [{
1716
1716
This attribute may be attached to a variable or struct member declaration and
1717
1717
instructs the backend to replicate the memory generated for the variable or
0 commit comments