| commit | ce90181751246f240302a930ca853cb5b1fb95c5 | [log] [tgz] |
|---|---|---|
| author | Alexey Bataev <a.bataev@hotmail.com> | Wed Dec 19 18:16:37 2018 +0000 |
| committer | Alexey Bataev <a.bataev@hotmail.com> | Wed Dec 19 18:16:37 2018 +0000 |
| tree | d7087c39f14d49e6d921bf65edd7053db94fd111 | |
| parent | 2bb4a4901bcbe3bb1d7c4b88064fd8c6bcc405e4 [diff] |
[OPENMP]Mark the loop as started when initialized. Need to mark the loop as started when the initialization statement is found. It is required to prevent possible incorrect loop iteraton variable detection during template instantiation and fix the compiler crash during the codegen. llvm-svn: 349657