On Oct 11, 2010, at 2:59 PM, Chris Lattner wrote: > How about: > > assert(!FuncInfo.StaticAllocaMap.count(cast<AllocaInst>(Obj)) && > "Alloca should have been handled earlier!"); Because that would make entirely too much sense ;) Thanks and fixed. :) -eric