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.
2 parents 570eaf3 + 5549619 commit fa259b3Copy full SHA for fa259b3
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