summaryrefslogtreecommitdiffstats
path: root/clang/test/CodeGenOpenCL/func-call-dbg-loc.cl
Commit message (Collapse)AuthorAgeFilesLines
* CodeGen: Fix missing debug loc due to allocaYaxun Liu2017-10-241-0/+18
Builder save/restores insertion pointer when emitting addr space cast for alloca, but does not save/restore debug loc, which causes verifier failure for certain call instructions. This patch fixes that. Differential Revision: https://reviews.llvm.org/D39069 llvm-svn: 316484
OpenPOWER on IntegriCloud