Skip to content

Commit f9fefa4

Browse files
committed
[gardening] Add missing swift comment header to file.
1 parent 6a50566 commit f9fefa4

File tree

1 file changed

+12
-0
lines changed

1 file changed

+12
-0
lines changed

lib/SILOptimizer/Utils/CheckedCastBrJumpThreading.cpp

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,15 @@
1+
//===--- CheckedCastBrJumpThreading.cpp -----------------------------------===//
2+
//
3+
// This source file is part of the Swift.org open source project
4+
//
5+
// Copyright (c) 2014 - 2016 Apple Inc. and the Swift project authors
6+
// Licensed under Apache License v2.0 with Runtime Library Exception
7+
//
8+
// See http://swift.org/LICENSE.txt for license information
9+
// See http://swift.org/CONTRIBUTORS.txt for the list of Swift project authors
10+
//
11+
//===----------------------------------------------------------------------===//
12+
113
#define DEBUG_TYPE "sil-simplify-cfg"
214
#include "llvm/ADT/SmallPtrSet.h"
315
#include "llvm/ADT/SmallVector.h"

0 commit comments

Comments
 (0)