[OPENMP50]Skip the first element when storing the list of dependencies
authorAlexey Bataev <a.bataev@hotmail.com>
Thu, 5 Mar 2020 18:55:40 +0000 (13:55 -0500)
committerAlexey Bataev <a.bataev@hotmail.com>
Thu, 5 Mar 2020 19:26:07 +0000 (14:26 -0500)
commitea5b3ef5935c1a64b78e06fb4b4dcc919fd585b5
tree3964844379a3ab01d8f9fb482c2289fb076ba1f5
parenta499d6805664350095658878e25f6ae20a106748
[OPENMP50]Skip the first element when storing the list of dependencies
in depobj object.

The first element in the list of the dependencies is used for internal
purposes to store the number of the elements in the provided list.
The first element now is skipped and depobj object poits exactly to the
list of dependencies.
clang/lib/CodeGen/CGOpenMPRuntime.cpp
clang/test/OpenMP/depobj_codegen.cpp