================
@@ -36,6 +37,15 @@ enum class VectorLibrary {
TargetLibraryInfoImpl *createTLII(const llvm::Triple &TargetTriple,
VectorLibrary Veclib);
+enum ProfileInstrKind {
----------------
tarunprabhu wrote:
Nit: It may be better to move this above the declaration of `createTLII` so the
types are together followed by the function declarations. This is not a hard
and fast rule, but we should try to keep this as organized as possible
https://github.com/llvm/llvm-project/pull/136098
_______________________________________________
cfe-commits mailing list
[email protected]
https://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits