[llvm-commits] [llvm] r55673 - in /llvm/trunk: lib/Transforms/IPO/Inliner.cpp test/Transforms/Inline/2008-09-02-AlwaysInline.ll test/Transforms/Inline/2008-09-02-NoInline.ll
Duncan Sands
baldrick at free.fr
Tue Sep 2 23:59:25 PDT 2008
Hi Devang,
> respect inline=never and inline=always notes.
what happens if you set inline=always on a function
that calls itself? Does the inliner go into an
infinite loop?
Ciao,
Duncan.
More information about the llvm-commits
mailing list