Skip to content

Commit c911a43

Browse files
authored
Merge pull request #17963 from gottesmm/pr-56b43cbc33e1c180f9a204470ac9c251f952788c
2 parents 42b26ed + 7759b29 commit c911a43

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

include/swift/SILOptimizer/Analysis/Analysis.h

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -293,8 +293,7 @@ class LazyFunctionInfo {
293293
FunctionInfoTy *operator->() { return *this; }
294294
};
295295

296-
#define ANALYSIS(NAME) \
297-
SILAnalysis *create##NAME##Analysis(SILModule *);
296+
#define ANALYSIS(NAME) SILAnalysis *create##NAME##Analysis(SILModule *);
298297
#include "Analysis.def"
299298

300299
} // end namespace swift

0 commit comments

Comments
 (0)