[OPENMP] Fixed incorrect work with cleanups, NFC.
authorAlexey Bataev <a.bataev@hotmail.com>
Tue, 5 May 2015 04:42:07 +0000 (04:42 +0000)
committerAlexey Bataev <a.bataev@hotmail.com>
Tue, 5 May 2015 04:42:07 +0000 (04:42 +0000)
commit329731ea759b1083512fe328a4178b17f625ac38
tree2a0ac2438c1cc14ae15a5cc9b0aef9e517f79d99
parent9e03404d8d3fb6644daeb90d8977f0af9ba40f80
[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: 236480
clang/lib/CodeGen/CGOpenMPRuntime.cpp