diff options
author | Andrei Elovikov <andrei.elovikov@intel.com> | 2021-08-30 09:24:41 -0700 |
---|---|---|
committer | Andrei Elovikov <andrei.elovikov@intel.com> | 2021-08-30 09:48:48 -0700 |
commit | 1724a164378f1fb5210771680eb577ddf13c5a47 (patch) | |
tree | 8ac1d743db41a9ef402a3cbb27d820aa307589b1 /clang/lib/CodeGen/CodeGenFunction.h | |
parent | 770602cfa01346db58417fa2f6bfd49f8ed4e9fa (diff) | |
download | llvm-1724a164378f1fb5210771680eb577ddf13c5a47.zip llvm-1724a164378f1fb5210771680eb577ddf13c5a47.tar.gz llvm-1724a164378f1fb5210771680eb577ddf13c5a47.tar.bz2 |
[NFC][clang] Move IR-independent parts of target MV support to X86TargetParser.cpp
...that is located under llvm/lib/Support/.
Reviewed By: erichkeane
Differential Revision: https://reviews.llvm.org/D108423
Diffstat (limited to 'clang/lib/CodeGen/CodeGenFunction.h')
-rw-r--r-- | clang/lib/CodeGen/CodeGenFunction.h | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/clang/lib/CodeGen/CodeGenFunction.h b/clang/lib/CodeGen/CodeGenFunction.h index 7255c38..1f05877 100644 --- a/clang/lib/CodeGen/CodeGenFunction.h +++ b/clang/lib/CodeGen/CodeGenFunction.h @@ -4728,8 +4728,6 @@ public: void EmitMultiVersionResolver(llvm::Function *Resolver, ArrayRef<MultiVersionResolverOption> Options); - static uint64_t GetX86CpuSupportsMask(ArrayRef<StringRef> FeatureStrs); - private: QualType getVarArgType(const Expr *Arg); |