[clang][NFC] Fix a Wdocumentation warning in Basic/TargetInfo.h

This commit is contained in:
Bruno Ricci 2020-06-11 13:29:44 +01:00
parent 4494e45316
commit acb892233d
No known key found for this signature in database
GPG Key ID: D58C906B2F684D92
1 changed files with 1 additions and 1 deletions

View File

@ -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];