commit | d918649d5fab3df91b0a59118fa886c36e130f15 | [log] [tgz] |
---|---|---|
author | Owen Anderson <resistor@mac.com> | Tue Aug 04 23:47:44 2009 +0000 |
committer | Owen Anderson <resistor@mac.com> | Tue Aug 04 23:47:44 2009 +0000 |
tree | 810d20d02346baefcacf6d92725e4b0779357388 | |
parent | 542cffc3eb6a9b899a8605a43b45867ac2c51ba6 [diff] [blame] |
Privatize the VectorType uniquing. llvm-svn: 78125
diff --git a/llvm/lib/VMCore/LLVMContextImpl.h b/llvm/lib/VMCore/LLVMContextImpl.h index 5e027cb..a92b571 100644 --- a/llvm/lib/VMCore/LLVMContextImpl.h +++ b/llvm/lib/VMCore/LLVMContextImpl.h
@@ -129,6 +129,7 @@ ConstantInt *TheFalseVal; TypeMap<ArrayValType, ArrayType> ArrayTypes; + TypeMap<VectorValType, VectorType> VectorTypes; LLVMContextImpl() : TheTrueVal(0), TheFalseVal(0) { } };