================
@@ -1291,20 +1291,20 @@ class TargetInfo : public TransferrableTargetInfo,
     fillValidCPUList(Values);
   }
 
-  /// brief Determine whether this TargetInfo supports the given CPU name.
+  /// Determine whether this TargetInfo supports the given CPU name.
   virtual bool isValidCPUName(StringRef Name) const {
     return true;
   }
 
-  /// brief Determine whether this TargetInfo supports the given CPU name for
+  /// Determine whether this TargetInfo supports the given CPU name for
   // tuning.
----------------
tbaederr wrote:

```suggestion
  /// tuning.
```

https://github.com/llvm/llvm-project/pull/70746
_______________________________________________
cfe-commits mailing list
cfe-commits@lists.llvm.org
https://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits

Reply via email to