We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1d2436e commit 7007030Copy full SHA for 7007030
llvm/include/llvm/CodeGen/GlobalMergeFunctions.h
@@ -60,7 +60,7 @@ class GlobalMergeFunc {
60
/// becomes a thunk supplying contexts to the merged function via parameters.
61
static constexpr const char MergingInstanceSuffix[] = ".Tgm";
62
63
- GlobalMergeFunc(const ModuleSummaryIndex *Index) : Index(Index){};
+ GlobalMergeFunc(const ModuleSummaryIndex *Index) : Index(Index) {};
64
65
void initializeMergerMode(const Module &M);
66
0 commit comments