| commit | a744ff58f32241ad263c7cff43fa698f98836aa9 | [log] [tgz] |
|---|---|---|
| author | Alexey Bataev <a.bataev@hotmail.com> | Tue May 05 09:24:37 2015 +0000 |
| committer | Alexey Bataev <a.bataev@hotmail.com> | Tue May 05 09:24:37 2015 +0000 |
| tree | c3f0c9f516ebd22690667e4c0a9328a1b596c3f7 | |
| parent | ce348a49b42d359ee823e741651d83f460f9f736 [diff] |
[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: 236491