arsenm added inline comments.
================
Comment at: lib/Target/AMDGPU/AMDGPUAliasAnalysis.cpp:87-89
+ else
+ report_fatal_error("Pointer address space out of range");
+ }
----------------
No return after else
Repository:
rL LLVM
https://reviews.llvm.org/D31520