diff options
-rw-r--r-- | llvm/include/llvm/Transforms/Utils/ModuleUtils.h | 10 |
1 files changed, 0 insertions, 10 deletions
diff --git a/llvm/include/llvm/Transforms/Utils/ModuleUtils.h b/llvm/include/llvm/Transforms/Utils/ModuleUtils.h index db6409ac078..c2da86406e7 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<std::string, 8> &VariantMappings); - -/// @} } // End VFABI namespace - } // End llvm namespace #endif // LLVM_TRANSFORMS_UTILS_MODULEUTILS_H |