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 eecb74a commit f07cdf1Copy full SHA for f07cdf1
include/swift/SILAnalysis/BottomUpIPAnalysis.h
@@ -14,8 +14,8 @@
14
//
15
//===----------------------------------------------------------------------===//
16
17
-#ifndef SWIFT_SILANALYSIS_UTILS_H
18
-#define SWIFT_SILANALYSIS_UTILS_H
+#ifndef SWIFT_SILANALYSIS_BOTTOMUPIPANALYSIS_H
+#define SWIFT_SILANALYSIS_BOTTOMUPIPANALYSIS_H
19
20
#include "swift/SILAnalysis/Analysis.h"
21
#include "swift/SIL/SILInstruction.h"
@@ -310,4 +310,4 @@ class BottomUpIPAnalysis : public SILAnalysis {
310
311
} // end namespace swift
312
313
-#endif // SWIFT_SILANALYSIS_UTILS_H
+#endif // SWIFT_SILANALYSIS_BOTTOMUPIPANALYSIS_H
0 commit comments