@@ -1670,7 +1670,7 @@ as ``-mlong-calls`` and ``-mno-long-calls``.
16701670
16711671def IntelFPGAMemoryAttrDocs : Documentation {
16721672 let Category = DocCatVariable;
1673- let Heading = "memory (IntelFGPA )";
1673+ let Heading = "memory (IntelFPGA )";
16741674 let Content = [{
16751675This attribute may be attached to a variable or struct member declaration and
16761676instructs the backend to implement the variable or struct member in memory
@@ -1681,7 +1681,7 @@ it indicates what type of memory to use.
16811681
16821682def IntelFPGARegisterAttrDocs : Documentation {
16831683 let Category = DocCatVariable;
1684- let Heading = "register (IntelFGPA )";
1684+ let Heading = "register (IntelFPGA )";
16851685 let Content = [{
16861686This attribute may be attached to a variable or struct member declaration and
16871687instructs the backend to promote the variable or struct member to register(s)
@@ -1691,7 +1691,7 @@ if possible.
16911691
16921692def IntelFPGABankWidthAttrDocs : Documentation {
16931693 let Category = DocCatVariable;
1694- let Heading = "bankwidth (IntelFGPA )";
1694+ let Heading = "bankwidth (IntelFPGA )";
16951695 let Content = [{
16961696This attribute may be attached to a variable or struct member declaration and
16971697instructs the backend to implement the variable or struct member in a memory
@@ -1701,7 +1701,7 @@ with banks that are N bytes wide.
17011701
17021702def IntelFPGANumBanksAttrDocs : Documentation {
17031703 let Category = DocCatVariable;
1704- let Heading = "numbanks (IntelFGPA )";
1704+ let Heading = "numbanks (IntelFPGA )";
17051705 let Content = [{
17061706This attribute may be attached to a variable or struct member declaration and
17071707instructs the backend to implement the variable or struct member in a memory
@@ -1711,7 +1711,7 @@ with N banks.
17111711
17121712def IntelFPGAMaxConcurrencyAttrDocs : Documentation {
17131713 let Category = DocCatVariable;
1714- let Heading = "max_concurrency (IntelFGPA )";
1714+ let Heading = "max_concurrency (IntelFPGA )";
17151715 let Content = [{
17161716This attribute may be attached to a variable or struct member declaration and
17171717instructs the backend to replicate the memory generated for the variable or
0 commit comments