summaryrefslogtreecommitdiff
path: root/test/CodeGenOpenCL/shifts.cl
diff options
context:
space:
mode:
Diffstat (limited to 'test/CodeGenOpenCL/shifts.cl')
-rw-r--r--test/CodeGenOpenCL/shifts.cl2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/CodeGenOpenCL/shifts.cl b/test/CodeGenOpenCL/shifts.cl
index ab64051a01ce8..14cd7aff65bec 100644
--- a/test/CodeGenOpenCL/shifts.cl
+++ b/test/CodeGenOpenCL/shifts.cl
@@ -5,7 +5,7 @@
// bits before evaluating. Test this both for variables and constants
// evaluated in the front-end.
-// OPT: @gtest1 = constant i64 2147483648
+// OPT: @gtest1 = local_unnamed_addr constant i64 2147483648
__constant const unsigned long gtest1 = 1UL << 31;
// NOOPT: @negativeShift32