From ecbca9f5fb7d7613d2b94982c4825eb0d33d6842 Mon Sep 17 00:00:00 2001 From: Dimitry Andric Date: Sat, 5 Feb 2022 19:04:23 +0100 Subject: Vendor import of llvm-project main llvmorg-14-init-18294-gdb01b123d012, the last commit before the upstream release/14.x branch was created. --- clang/lib/CodeGen/CodeGenModule.h | 7 ------- 1 file changed, 7 deletions(-) (limited to 'clang/lib/CodeGen/CodeGenModule.h') diff --git a/clang/lib/CodeGen/CodeGenModule.h b/clang/lib/CodeGen/CodeGenModule.h index e803022508a4..1fcd5d4d808a 100644 --- a/clang/lib/CodeGen/CodeGenModule.h +++ b/clang/lib/CodeGen/CodeGenModule.h @@ -394,13 +394,6 @@ private: llvm::MapVector MangledDeclNames; llvm::StringMap Manglings; - // An ordered map of canonical GlobalDecls paired with the cpu-index for - // cpu-specific name manglings. - llvm::MapVector, StringRef> - CPUSpecificMangledDeclNames; - llvm::StringMap, llvm::BumpPtrAllocator> - CPUSpecificManglings; - /// Global annotations. std::vector Annotations; -- cgit v1.3