[llvm-commits] [llvm] r85702 - /llvm/trunk/lib/Analysis/InlineCost.cpp

Chris Lattner sabre at nondot.org
Sun Nov 1 10:16:54 PST 2009


On Nov 1, 2009, at 2:05 AM, Duncan Sands wrote:

> Hi Chris,
>
>> pull check for return inst out of loop, never inline a callee that  
>> contains
>> an indirectbr.
>
> how about a comment explaining why indirect br turns off inlining?   
> Also, there
> is no testcase.

I added a comment in r85724, I don't have a testcase in particular.

-Chris



More information about the llvm-commits mailing list