Change the PointerType api for creating pointer types. The old functionality of PointerType::get() has become PointerType::getUnqual(), which returns a pointer in the generic address space. The new prototype of PointerType::get() requires both a type and an address space.

llvm-svn: 45082
32 files changed
tree: d9a6df96cce2d9fed1ee681eb546e5a02126bbe2
  1. clang/
  2. llvm/