search for: f0662bc8

Displaying 2 results from an estimated 2 matches for "f0662bc8".

2007 Dec 17
0
[LLVMdev] PointerType API Change
...e currently many clients, so this should help make the work >> incremental. > > Excellent idea, > > -Chris > -- Christopher Lamb -------------- next part -------------- An HTML attachment was scrubbed... URL: <http://lists.llvm.org/pipermail/llvm-dev/attachments/20071216/f0662bc8/attachment.html>
2007 Dec 17
3
[LLVMdev] PointerType API Change
Christopher, > The API for getting PointerType objects has just changed to make > Embedded C address space information explicit. The old semantics of > PointerType::get() now apply to PointerType::getUnqual(), which > returns a pointer in the generic address space. PointerType::get() now > requires both a type and an address space. What is the reason of such change? -- With best