[OPENMP] Removed loop statement as its body executes at most once, NFC.
authorAlexey Bataev <a.bataev@hotmail.com>
Tue, 19 Jul 2016 05:06:39 +0000 (05:06 +0000)
committerAlexey Bataev <a.bataev@hotmail.com>
Tue, 19 Jul 2016 05:06:39 +0000 (05:06 +0000)
commite397812dcb9052990c567182d72ba33dcee096c2
treec7630306dd54df94b449775e175f98159e48ada1
parent9419737fa8542cfa5045ffc2e442aff6efe4bfe4
[OPENMP] Removed loop statement as its body executes at most once, NFC.

Removed not required loop statement, addressing comments from Richard
Smith.

llvm-svn: 275947
clang/lib/Sema/SemaOpenMP.cpp