Extend ConstantUniqueMap with a new template parameter ValRefType,
authorJay Foad <jay.foad@gmail.com>
Wed, 22 Jun 2011 08:50:06 +0000 (08:50 +0000)
committerJay Foad <jay.foad@gmail.com>
Wed, 22 Jun 2011 08:50:06 +0000 (08:50 +0000)
commit2a4a6fecf0b8c92223f8fdf19545b564b7d3fcde
tree09f247bb053efcc97691d90d131c424a76ba1db3
parent4383c282af954e4f65ae3b77c891fa41a4960a2a
Extend ConstantUniqueMap with a new template parameter ValRefType,
representing a constant reference to ValType. Normally this is just
"const ValType &", but when ValType is a std::vector we want to use
ArrayRef as the reference type.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@133611 91177308-0d34-0410-b5e6-96231b3b80d8
include/llvm/ADT/ArrayRef.h
include/llvm/InlineAsm.h
lib/VMCore/ConstantsContext.h
lib/VMCore/LLVMContextImpl.h