summaryrefslogtreecommitdiffstats
path: root/clang/test/OpenMP/nvptx_param_translate.c
Commit message (Collapse)AuthorAgeFilesLines
* [OPENMP] Fix compiler crash on argument translate for NVPTX.Alexey Bataev2017-08-151-0/+19
When translating arguments for NVPTX target it is not taken into account that function may have variable number of arguments. Patch fixes this problem. llvm-svn: 310920
OpenPOWER on IntegriCloud