diff --git a/llvm/include/llvm/Transforms/Utils/ModuleUtils.h b/llvm/include/llvm/Transforms/Utils/ModuleUtils.h index db6409ac078c..c2da86406e71 100644 --- a/llvm/include/llvm/Transforms/Utils/ModuleUtils.h +++ b/llvm/include/llvm/Transforms/Utils/ModuleUtils.h @@ -109,23 +109,13 @@ void filterDeadComdatFunctions( /// unique identifier for this module, so we return the empty string. std::string getUniqueModuleId(Module *M); -class TargetLibraryInfo; class CallInst; namespace VFABI { - -/// \defgroup Vector Function ABI (VABI) Module functions. -/// -/// Utility functions for VFABI data that can modify the module. -/// -/// @{ /// Overwrite the Vector Function ABI variants attribute with the names provide /// in \p VariantMappings. void setVectorVariantNames(CallInst *CI, const SmallVector &VariantMappings); - -/// @} } // End VFABI namespace - } // End llvm namespace #endif // LLVM_TRANSFORMS_UTILS_MODULEUTILS_H