diff options
Diffstat (limited to 'llvm/include/llvm/IR/ModuleSummaryIndex.h')
| -rw-r--r-- | llvm/include/llvm/IR/ModuleSummaryIndex.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/llvm/include/llvm/IR/ModuleSummaryIndex.h b/llvm/include/llvm/IR/ModuleSummaryIndex.h index ae611b77447..210641da651 100644 --- a/llvm/include/llvm/IR/ModuleSummaryIndex.h +++ b/llvm/include/llvm/IR/ModuleSummaryIndex.h @@ -547,6 +547,8 @@ public: // Indicate if the global value cannot be inlined. unsigned NoInline : 1; + // Indicate if function should be always inlined. + unsigned AlwaysInline : 1; }; /// Create an empty FunctionSummary (with specified call edges). |

