projects
/
platform
/
upstream
/
llvm.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
4445135
)
[RISCV][Clang] Fix RISCV vector header comment.
author
jacquesguan
<jacquesguan@me.com>
Tue, 12 Oct 2021 09:54:40 +0000
(09:54 +0000)
committer
Ben Shi
<powerman1st@163.com>
Tue, 12 Oct 2021 10:26:25 +0000
(10:26 +0000)
Reviewed By: khchen
Differential Revision: https://reviews.llvm.org/
D111597
clang/utils/TableGen/RISCVVEmitter.cpp
patch
|
blob
|
history
diff --git
a/clang/utils/TableGen/RISCVVEmitter.cpp
b/clang/utils/TableGen/RISCVVEmitter.cpp
index 1f52c452e6e10e5be52a26bf35cba42cff2675c4..3611df145442aa6d51309273345eaef6aa3d917d 100644
(file)
--- a/
clang/utils/TableGen/RISCVVEmitter.cpp
+++ b/
clang/utils/TableGen/RISCVVEmitter.cpp
@@
-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";
}