Skip to content

Commit cfd00e8

Browse files
committed
[region-isolation] Fix header in PartitionUtils.h
NFC.
1 parent 12b5008 commit cfd00e8

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)