Skip to content

Commit f07cdf1

Browse files
committed
fix names of include guards in BottomUpIPAnalysis.h
1 parent eecb74a commit f07cdf1

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

include/swift/SILAnalysis/BottomUpIPAnalysis.h

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -14,8 +14,8 @@
1414
//
1515
//===----------------------------------------------------------------------===//
1616

17-
#ifndef SWIFT_SILANALYSIS_UTILS_H
18-
#define SWIFT_SILANALYSIS_UTILS_H
17+
#ifndef SWIFT_SILANALYSIS_BOTTOMUPIPANALYSIS_H
18+
#define SWIFT_SILANALYSIS_BOTTOMUPIPANALYSIS_H
1919

2020
#include "swift/SILAnalysis/Analysis.h"
2121
#include "swift/SIL/SILInstruction.h"
@@ -310,4 +310,4 @@ class BottomUpIPAnalysis : public SILAnalysis {
310310

311311
} // end namespace swift
312312

313-
#endif // SWIFT_SILANALYSIS_UTILS_H
313+
#endif // SWIFT_SILANALYSIS_BOTTOMUPIPANALYSIS_H

0 commit comments

Comments
 (0)