Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | The 'optnone' attribute means don't inline anything into this function | Paul Robinson | 2013-11-18 | 1 | -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 |