[llvm-commits] [llvm] r92934 - /llvm/trunk/lib/Target/X86/X86FastISel.cpp

Eric Christopher echristo at apple.com
Thu Jan 7 16:06:06 PST 2010


On Jan 7, 2010, at 2:06 PM, Chris Lattner wrote:

> 
> On Jan 7, 2010, at 11:45 AM, Eric Christopher wrote:
> 
>> Author: echristo
>> Date: Thu Jan  7 13:45:14 2010
>> New Revision: 92934
>> 
>> URL: http://llvm.org/viewvc/llvm-project?rev=92934&view=rev
>> Log:
>> If the data requires a relocation then don't attempt to
>> add it to the constant pool for fast-isel. We already
>> don't add it for the normal case.
> 
> You shouldn't need the #include.

Mmm.. good point. Fixed in 92972. 

Thanks!

-eric



More information about the llvm-commits mailing list