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)
commitf9283a51b8ecb769df98dadf7c2c7ba12e0e74fa
tree6de81c21ad6d7e314e31c3850522c2efd8884eb6
parent2998dcbac53756619ee114802b0b6128ca7c21c5
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.

llvm-svn: 173352
clang/test/SemaOpenCL/shifts.cl [new file with mode: 0644]