Skip to content

Commit 44c1b98

Browse files
committed
Update AttrDocs.td
Signed-off-by: Viktoria Maksimova <viktoria.maksimova@intel.com>
1 parent ed4fa17 commit 44c1b98

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

clang/include/clang/Basic/AttrDocs.td

+5-5
Original file line numberDiff line numberDiff line change
@@ -1670,7 +1670,7 @@ as ``-mlong-calls`` and ``-mno-long-calls``.
16701670

16711671
def IntelFPGAMemoryAttrDocs : Documentation {
16721672
let Category = DocCatVariable;
1673-
let Heading = "memory (IntelFGPA)";
1673+
let Heading = "memory (IntelFPGA)";
16741674
let Content = [{
16751675
This attribute may be attached to a variable or struct member declaration and
16761676
instructs the backend to implement the variable or struct member in memory
@@ -1681,7 +1681,7 @@ it indicates what type of memory to use.
16811681

16821682
def IntelFPGARegisterAttrDocs : Documentation {
16831683
let Category = DocCatVariable;
1684-
let Heading = "register (IntelFGPA)";
1684+
let Heading = "register (IntelFPGA)";
16851685
let Content = [{
16861686
This attribute may be attached to a variable or struct member declaration and
16871687
instructs the backend to promote the variable or struct member to register(s)
@@ -1691,7 +1691,7 @@ if possible.
16911691

16921692
def IntelFPGABankWidthAttrDocs : Documentation {
16931693
let Category = DocCatVariable;
1694-
let Heading = "bankwidth (IntelFGPA)";
1694+
let Heading = "bankwidth (IntelFPGA)";
16951695
let Content = [{
16961696
This attribute may be attached to a variable or struct member declaration and
16971697
instructs the backend to implement the variable or struct member in a memory
@@ -1701,7 +1701,7 @@ with banks that are N bytes wide.
17011701

17021702
def IntelFPGANumBanksAttrDocs : Documentation {
17031703
let Category = DocCatVariable;
1704-
let Heading = "numbanks (IntelFGPA)";
1704+
let Heading = "numbanks (IntelFPGA)";
17051705
let Content = [{
17061706
This attribute may be attached to a variable or struct member declaration and
17071707
instructs the backend to implement the variable or struct member in a memory
@@ -1711,7 +1711,7 @@ with N banks.
17111711

17121712
def IntelFPGAMaxConcurrencyAttrDocs : Documentation {
17131713
let Category = DocCatVariable;
1714-
let Heading = "max_concurrency (IntelFGPA)";
1714+
let Heading = "max_concurrency (IntelFPGA)";
17151715
let Content = [{
17161716
This attribute may be attached to a variable or struct member declaration and
17171717
instructs the backend to replicate the memory generated for the variable or

0 commit comments

Comments
 (0)