From de1b565d5b5d74a82ff87c73dd6a7272024d9873 Mon Sep 17 00:00:00 2001 From: Owen Anderson Date: Wed, 5 Aug 2009 18:13:27 +0000 Subject: Privatize the FunctionType table. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@78221 91177308-0d34-0410-b5e6-96231b3b80d8 --- lib/VMCore/LLVMContextImpl.h | 1 + 1 file changed, 1 insertion(+) (limited to 'lib/VMCore/LLVMContextImpl.h') diff --git a/lib/VMCore/LLVMContextImpl.h b/lib/VMCore/LLVMContextImpl.h index 993b155..3ce1234 100644 --- a/lib/VMCore/LLVMContextImpl.h +++ b/lib/VMCore/LLVMContextImpl.h @@ -131,6 +131,7 @@ struct LLVMContextImpl { TypeMap ArrayTypes; TypeMap VectorTypes; TypeMap PointerTypes; + TypeMap FunctionTypes; LLVMContextImpl() : TheTrueVal(0), TheFalseVal(0) { } }; -- cgit v1.1