mirror of
https://github.com/capstone-engine/llvm-capstone.git
synced 2024-12-21 23:10:54 +00:00
[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
Block a user