diff options
author | Vitaly Buka <vitalybuka@google.com> | 2020-07-01 00:32:36 -0700 |
---|---|---|
committer | Vitaly Buka <vitalybuka@google.com> | 2020-07-01 02:54:27 -0700 |
commit | 38470baa542bde038340b7d10a0ed2c25fac1bfa (patch) | |
tree | 545a1ed50617e66d1878d82e5a9e887d19c18e2d /llvm/lib/IR/ModuleSummaryIndex.cpp | |
parent | 4b9ae1b7e5e052126e1be4c817ff53203d33d9d1 (diff) | |
download | llvm-38470baa542bde038340b7d10a0ed2c25fac1bfa.zip llvm-38470baa542bde038340b7d10a0ed2c25fac1bfa.tar.gz llvm-38470baa542bde038340b7d10a0ed2c25fac1bfa.tar.bz2 |
[StackSafety,NFC] Remove unneded constexpr
Differential Revision: https://reviews.llvm.org/D80908
Diffstat (limited to 'llvm/lib/IR/ModuleSummaryIndex.cpp')
-rw-r--r-- | llvm/lib/IR/ModuleSummaryIndex.cpp | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/llvm/lib/IR/ModuleSummaryIndex.cpp b/llvm/lib/IR/ModuleSummaryIndex.cpp index 91612ea..158369a 100644 --- a/llvm/lib/IR/ModuleSummaryIndex.cpp +++ b/llvm/lib/IR/ModuleSummaryIndex.cpp @@ -35,8 +35,6 @@ static cl::opt<bool> ImportConstantsWithRefs( "import-constants-with-refs", cl::init(true), cl::Hidden, cl::desc("Import constant global variables with references")); -constexpr uint32_t FunctionSummary::ParamAccess::RangeWidth; - FunctionSummary FunctionSummary::ExternalNode = FunctionSummary::makeDummyFunctionSummary({}); |