| commit | edf0788758c1245d40c3355914ddb310117f457b | [log] [tgz] |
|---|---|---|
| author | Christopher Lamb <christopher.lamb@gmail.com> | Mon Dec 17 01:12:55 2007 +0000 |
| committer | Christopher Lamb <christopher.lamb@gmail.com> | Mon Dec 17 01:12:55 2007 +0000 |
| tree | d9a6df96cce2d9fed1ee681eb546e5a02126bbe2 | |
| parent | 77560fbde7cbb2d2d6cdf39c9f3ad4feb725daaf [diff] |
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