[llvm-commits] [llvm] r101463 - in /llvm/trunk: include/llvm/Analysis/InlineCost.h lib/Analysis/InlineCost.cpp

Dan Gohman gohman at apple.com
Mon Apr 19 08:26:57 PDT 2010


On Apr 16, 2010, at 11:21 AM, Chris Lattner wrote:

>
> On Apr 16, 2010, at 8:14 AM, Dan Gohman wrote:
>
>> Author: djg
>> Date: Fri Apr 16 10:14:50 2010
>> New Revision: 101463
>>
>> URL: http://llvm.org/viewvc/llvm-project?rev=101463&view=rev
>> Log:
>> Make callIsSmall accessible as a utility function.
>
> Should this become a method on CallInst?


I don't think that it's any more a "VMCore" concept than an "Analysis"  
concept.

Dan




More information about the llvm-commits mailing list