Skip to content

Commit 3c7b71e

Browse files
authored
Merge pull request #69415 from gottesmm/pr-34f15763fae7d7f24cde439d54f962219e3ddc87
[region-isolation] Fix header in PartitionUtils.h
2 parents 4a2eefe + cfd00e8 commit 3c7b71e

File tree

1 file changed

+14
-2
lines changed

1 file changed

+14
-2
lines changed

include/swift/SILOptimizer/Utils/PartitionUtils.h

Lines changed: 14 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,17 @@
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
315

416
#include "swift/Basic/Defer.h"
517
#include "swift/Basic/LLVM.h"

0 commit comments

Comments
 (0)