[llvm-commits] [llvm] r52677 - in /llvm/trunk:?lib/Transforms/IPO/DeadArgumentElimination.cpp?test/Tra nsforms/DeadArgElim/2008-06-23-DeadAfterLive.ll?test/Transforms/Dead ArgElim/deadretval2.ll?test/Transforms/DeadArgElim/multdeadretval.ll

Chris Lattner clattner at apple.com
Thu Jul 3 09:46:37 PDT 2008


On Jul 3, 2008, at 8:52 AM, Matthijs Kooijman wrote:

>>>
>>> +  /// Returns the operand number of the first argument
>>> +  unsigned getArgumentOffset() const {
>> How about marking this "inline"?
> Shouldn't the compiler notice this by itself?
>

All methods that are defined in the body of a class are implicitly  
inline.

-Chris



More information about the llvm-commits mailing list