Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | [OPENMP] Fix compiler crash on argument translate for NVPTX. | Alexey Bataev | 2017-08-15 | 1 | -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 |