summaryrefslogtreecommitdiffstats
path: root/llvm/test/Transforms/Inline/inline-optnone.ll
Commit message (Collapse)AuthorAgeFilesLines
* The 'optnone' attribute means don't inline anything into this functionPaul Robinson2013-11-181-0/+52
(except functions marked always_inline). Functions with 'optnone' must also have 'noinline' so they don't get inlined into any other function. Based on work by Andrea Di Biagio. llvm-svn: 195046
OpenPOWER on IntegriCloud