[llvm-commits] [llvm] r116240 - /llvm/trunk/lib/Target/ARM/ARMFastISel.cpp

Eric Christopher echristo at apple.com
Mon Oct 11 15:03:15 PDT 2010


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



More information about the llvm-commits mailing list