arsenm added inline comments.
================
Comment at: lib/Basic/Targets.cpp:2270
+ unsigned getGlobalAddrSpace() const {
+ return 1; // opencl_global.
+ }
----------------
Should this be constant in some contexts?
https://reviews.llvm.org/D29671