File tree Expand file tree Collapse file tree 1 file changed +14
-2
lines changed
include/swift/SILOptimizer/Utils Expand file tree Collapse file tree 1 file changed +14
-2
lines changed Original file line number Diff line number Diff line change 1
- #ifndef SWIFT_PARTITIONUTILS_H
2
- #define SWIFT_PARTITIONUTILS_H
1
+ // ===--- PartitionUtils.h -------------------------------------------------===//
2
+ //
3
+ // This source file is part of the Swift.org open source project
4
+ //
5
+ // Copyright (c) 2014 - 2023 Apple Inc. and the Swift project authors
6
+ // Licensed under Apache License v2.0 with Runtime Library Exception
7
+ //
8
+ // See https://swift.org/LICENSE.txt for license information
9
+ // See https://swift.org/CONTRIBUTORS.txt for the list of Swift project authors
10
+ //
11
+ // ===----------------------------------------------------------------------===//
12
+
13
+ #ifndef SWIFT_SILOPTIMIZER_UTILS_PARTITIONUTILS_H
14
+ #define SWIFT_SILOPTIMIZER_UTILS_PARTITIONUTILS_H
3
15
4
16
#include " swift/Basic/Defer.h"
5
17
#include " swift/Basic/LLVM.h"
You can’t perform that action at this time.
0 commit comments