]> granicus.if.org Git - clang/commit
[OPENMP] Improved processing of 'priority' clause, NFC.
authorAlexey Bataev <a.bataev@hotmail.com>
Tue, 19 Jul 2016 04:21:09 +0000 (04:21 +0000)
committerAlexey Bataev <a.bataev@hotmail.com>
Tue, 19 Jul 2016 04:21:09 +0000 (04:21 +0000)
commit7d09ec3e2f9aaec7e0b597bb5d2f04224dfafc05
tree9f5bae86c69b8735e3a9492dbf8ebd384e194543
parent22ee737ae78aaf1c71f55a19618ab3f39305c57a
[OPENMP] Improved processing of 'priority' clause, NFC.

Removed some old comments + improved handling of 'priority' clause value
during codegen after comments from Richard Smith.

git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@275945 91177308-0d34-0410-b5e6-96231b3b80d8
lib/CodeGen/CGStmtOpenMP.cpp