Skip to content

Commit b9d76fc

Browse files
committed
fixup! [RISCV] RISCV vector calling convention (1/2)
1 parent a21c31e commit b9d76fc

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

clang/include/clang/Basic/AttrDocs.td

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5436,6 +5436,7 @@ for clang builtin functions.
54365436

54375437
def RISCVVectorCCDocs : Documentation {
54385438
let Category = DocCatCallingConvs;
5439+
let Heading = "riscv::vector_cc, riscv_vector_cc, clang::riscv_vector_cc";
54395440
let Content = [{
54405441
The ``riscv_vector_cc`` attribute can be applied to a function. It preserves 15
54415442
registers namely, v1-v7 and v24-v31 as callee-saved. Callers thus don't need

0 commit comments

Comments
 (0)