[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
Loading
Please sign in to comment