search for: getendofuses

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

2009 May 04
0
[LLVMdev] PointerIntPair causing trouble
...ir (or a void* passed to it) directly? Unless there's some specific reason why AugmentedUse exists, it seems to me like it only makes the code more confusing. If you're OK with this change I'll make it along with my comment changes. I wouldn't mind renaming getImpliedUser to getEndOfUses or something like that either... I also want to add an assert to catch having a non-zero bit in there directly when the User is constructed in the future. I'm just not sure where to put it yet. Stefanus -- Stefanus Du Toit <stefanus.dutoit at rapidmind.com> RapidMind Inc. p...
2009 May 03
2
[LLVMdev] PointerIntPair causing trouble
On 3 Mai, 18:56, Stefanus Du Toit <stefanus.dut... at rapidmind.com> wrote: > On 1-May-09, at 8:35 PM, Chris Lattner wrote: > > > I still don't understand why this is a problem, but I decreased the > > default to 2 bits.  Please verify that this helps, > > I think I've figured out what's going on, and why no assertions are   > caused by this. It