commit | c0214e0e87a147be4a204d4355b8d8c023861760 | [log] [tgz] |
---|---|---|
author | Alexey Bataev <a.bataev@hotmail.com> | Tue Feb 16 12:13:49 2016 +0000 |
committer | Alexey Bataev <a.bataev@hotmail.com> | Tue Feb 16 12:13:49 2016 +0000 |
tree | 2eaa29dae117fdbea5cf046085d0f1aab19f481e | |
parent | 6a7c3e4bac78bc796b722f07dc336be8186fd535 [diff] |
[OPENMP] Allow to use compound assignment operators. Loop-based directives allow to use iterators as loop counters. Iterators are allowed to define their own operators. This patch allows to use compound assignment operators for iterators. llvm-svn: 260957