[PATCH] D70218: [ModuleUtils] Clean up header file. [NFC]

Francesco Petrogalli via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Wed Nov 13 20:39:24 PST 2019


This revision was automatically updated to reflect the committed changes.
Closed by commit rG91c5928c3623: [ModuleUtils] Clean up header file. [NFC] (authored by fpetrogalli).

Repository:
  rG LLVM Github Monorepo

CHANGES SINCE LAST ACTION
  https://reviews.llvm.org/D70218/new/

https://reviews.llvm.org/D70218

Files:
  llvm/include/llvm/Transforms/Utils/ModuleUtils.h


Index: llvm/include/llvm/Transforms/Utils/ModuleUtils.h
===================================================================
--- llvm/include/llvm/Transforms/Utils/ModuleUtils.h
+++ llvm/include/llvm/Transforms/Utils/ModuleUtils.h
@@ -109,23 +109,13 @@
 /// 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


-------------- next part --------------
A non-text attachment was scrubbed...
Name: D70218.229223.patch
Type: text/x-patch
Size: 921 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20191114/5ffcfa33/attachment.bin>


More information about the llvm-commits mailing list