]> granicus.if.org Git - clang/commit
Fix an OpenCL test case that was OpenCL conformant.
authorJoey Gouly <joey.gouly@arm.com>
Thu, 24 Jan 2013 15:14:22 +0000 (15:14 +0000)
committerJoey Gouly <joey.gouly@arm.com>
Thu, 24 Jan 2013 15:14:22 +0000 (15:14 +0000)
commit627b46315389b206d3e25169ca585bd52853b04b
tree9666f8dbba0c2b3dbbb3e68de67d823a7b190b8b
parentd2db16f59601bc028f4f973990cc6d4abe95b91a
Fix an OpenCL test case that was OpenCL conformant.
It had program scope variables that were not in the constant address space,
make them to be function scope variables instead.
Also move the test to the SemaOpenCL directory.

git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@173352 91177308-0d34-0410-b5e6-96231b3b80d8
test/SemaOpenCL/shifts.cl [new file with mode: 0644]