forked from OSchip/llvm-project
[RISCV][Clang] Fix RISCV vector header comment.
Reviewed By: khchen Differential Revision: https://reviews.llvm.org/D111597
This commit is contained in:
parent
4445135109
commit
477f5f4fca
|
@ -1019,7 +1019,7 @@ void RVVEmitter::createHeader(raw_ostream &OS) {
|
|||
|
||||
OS << "\n#ifdef __cplusplus\n";
|
||||
OS << "}\n";
|
||||
OS << "#endif // __riscv_vector\n";
|
||||
OS << "#endif // __cplusplus\n";
|
||||
OS << "#endif // __RISCV_VECTOR_H\n";
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in New Issue