[OPENMP] Fixed incorrect work with cleanups, NFC.
authorAlexey Bataev <a.bataev@hotmail.com>
Tue, 5 May 2015 08:38:22 +0000 (08:38 +0000)
committerAlexey Bataev <a.bataev@hotmail.com>
Tue, 5 May 2015 08:38:22 +0000 (08:38 +0000)
commitfc80e26fe6e24ae4e21ccf55f8172106f2233a64
tree926eb9db6b944f282095d6715a40c9279e25e0d5
parentdf627e73a1ab6903a566117373acd4b23d69a793
[OPENMP] Fixed incorrect work with cleanups, NFC.

Destructors are never called for cleanups, so we can't use SmallVector as a member.
Differential Revision: http://reviews.llvm.org/D9399

llvm-svn: 236487
clang/lib/CodeGen/CGOpenMPRuntime.cpp