]> granicus.if.org Git - clang/commit
Fix a crash when compiling blocks in OpenCL with multiple
authorPekka Jaaskelainen <pekka.jaaskelainen@tut.fi>
Thu, 14 Aug 2014 09:37:50 +0000 (09:37 +0000)
committerPekka Jaaskelainen <pekka.jaaskelainen@tut.fi>
Thu, 14 Aug 2014 09:37:50 +0000 (09:37 +0000)
commitbd8060f8a8692cee2a23aa32a3a341f9e0ffc739
tree889c854fd54d64801eaac42398c38b78731fa50b
parentbbd242ec866d3a7ac79aff61964a8af01f880c75
Fix a crash when compiling blocks in OpenCL with multiple
address spaces.

git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@215629 91177308-0d34-0410-b5e6-96231b3b80d8
lib/CodeGen/CGBlocks.cpp
test/CodeGen/blocks-opencl.cl [new file with mode: 0644]