[llvm-commits] [llvm] r90656 - /llvm/trunk/lib/Target/TargetData.cpp
Chris Lattner
clattner at apple.com
Thu Dec 17 11:58:24 PST 2009
On Dec 17, 2009, at 11:52 AM, Chris Lattner wrote:
>
> On Dec 4, 2009, at 11:59 PM, Bill Wendling wrote:
>
>> Author: void
>> Date: Sat Dec 5 01:59:04 2009
>> New Revision: 90656
>>
>> URL: http://llvm.org/viewvc/llvm-project?rev=90656&view=rev
>> Log:
>> Calling InvalidateEntry during the refinement was breaking the bootstrap.
>
> How? They do the same thing?
Ah, the answer is that ->isAbstract() is returning false in the 'typeBecameConcrete' case, but we still need to remove the type from the LayoutInfo map. I'll fix this.
-Chris
More information about the llvm-commits
mailing list