forked from OSchip/llvm-project
[clang][NFC] Fix a Wdocumentation warning in Basic/TargetInfo.h
This commit is contained in:
parent
4494e45316
commit
acb892233d
|
@ -1326,7 +1326,7 @@ public:
|
|||
return LangAS::Default;
|
||||
}
|
||||
|
||||
/// Return a target-specific GPU grid value based on the GVIDX enum \param gv
|
||||
/// Return a target-specific GPU grid value based on the GVIDX enum \p gv
|
||||
unsigned getGridValue(llvm::omp::GVIDX gv) const {
|
||||
assert(GridValues != nullptr && "GridValues not initialized");
|
||||
return GridValues[gv];
|
||||
|
|
Loading…
Reference in New Issue