[RISCV][Clang] Fix RISCV vector header comment.

Reviewed By: khchen

Differential Revision: https://reviews.llvm.org/D111597
This commit is contained in:
jacquesguan 2021-10-12 09:54:40 +00:00 committed by Ben Shi
parent 4445135109
commit 477f5f4fca
1 changed files with 1 additions and 1 deletions

View File

@ -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";
}