From ee8648bdac07986a0f1ec897b02ec82a2f144d46 Mon Sep 17 00:00:00 2001 From: Dimitry Andric Date: Fri, 7 Aug 2015 23:01:33 +0000 Subject: Vendor import of llvm trunk r242221: https://llvm.org/svn/llvm-project/llvm/trunk@242221 --- include/llvm/CodeGen/MachineRegionInfo.h | 7 +++---- 1 file changed, 3 insertions(+), 4 deletions(-) (limited to 'include/llvm/CodeGen/MachineRegionInfo.h') diff --git a/include/llvm/CodeGen/MachineRegionInfo.h b/include/llvm/CodeGen/MachineRegionInfo.h index cf49c297c288..df9823f741dc 100644 --- a/include/llvm/CodeGen/MachineRegionInfo.h +++ b/include/llvm/CodeGen/MachineRegionInfo.h @@ -172,10 +172,9 @@ template <> struct GraphTraits } }; -EXTERN_TEMPLATE_INSTANTIATION(class RegionBase>); -EXTERN_TEMPLATE_INSTANTIATION(class RegionNodeBase>); -EXTERN_TEMPLATE_INSTANTIATION(class RegionInfoBase>); - +extern template class RegionBase>; +extern template class RegionNodeBase>; +extern template class RegionInfoBase>; } #endif -- cgit v1.2.3