We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 603ca95 commit 5549619Copy full SHA for 5549619
lib/IRGen/IRGenModule.h
@@ -1045,7 +1045,6 @@ class IRGenModule {
1045
llvm::StringMap<llvm::Constant*> GlobalUTF16Strings;
1046
llvm::StringMap<std::pair<llvm::GlobalVariable*, llvm::Constant*>>
1047
StringsForTypeRef;
1048
- llvm::DenseMap<CanType, llvm::GlobalVariable*> TypeRefs;
1049
llvm::StringMap<std::pair<llvm::GlobalVariable*, llvm::Constant*>> FieldNames;
1050
llvm::StringMap<llvm::Constant*> ObjCSelectorRefs;
1051
llvm::StringMap<llvm::Constant*> ObjCMethodNames;
0 commit comments