From 978bb87f8871b953d159c2846b379bc93be27972 Mon Sep 17 00:00:00 2001 From: Duncan Sands Date: Tue, 27 Jul 2010 09:09:05 +0000 Subject: [PATCH] In commit 91421, isPod was changed from false to true for these value handles. Change it back again: destructors and constructors need to be run. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@109498 91177308-0d34-0410-b5e6-96231b3b80d8 --- include/llvm/ADT/ValueMap.h | 6 ------ 1 file changed, 6 deletions(-) diff --git a/include/llvm/ADT/ValueMap.h b/include/llvm/ADT/ValueMap.h index 9e30bd4e6f7..98e43773258 100644 --- a/include/llvm/ADT/ValueMap.h +++ b/include/llvm/ADT/ValueMap.h @@ -250,12 +250,6 @@ public: } }; - -template -struct isPodLike > { - static const bool value = true; -}; - template struct DenseMapInfo > { typedef ValueMapCallbackVH VH; -- 2.34.1