Skip to content

Commit 89e50b5

Browse files
authored
Merge pull request #24434 from aschwaighofer/opaque_specializer_copyright_notice
2 parents aa376a4 + f4418ec commit 89e50b5

File tree

1 file changed

+16
-0
lines changed

1 file changed

+16
-0
lines changed

lib/SILOptimizer/Transforms/SpecializeOpaqueArchetypes.cpp

Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,19 @@
1+
//===--- SpecializeOpaqueArchetypes.cpp - Specialize opaque archetypes ---===//
2+
//
3+
// This source file is part of the Swift.org open source project
4+
//
5+
// Copyright (c) 2014 - 2019 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+
// A pass to specialize opaque archetypes
14+
//
15+
//===----------------------------------------------------------------------===//
16+
117
#define DEBUG_TYPE "opaque-archetype-specializer"
218

319
#include "swift/AST/Types.h"

0 commit comments

Comments
 (0)