File tree Expand file tree Collapse file tree 2 files changed +2
-9
lines changed Expand file tree Collapse file tree 2 files changed +2
-9
lines changed Original file line number Diff line number Diff line change 2
2
//
3
3
// This source file is part of the Swift.org open source project
4
4
//
5
- // Copyright (c) 2014 - 2017 Apple Inc. and the Swift project authors
5
+ // Copyright (c) 2014 - 2022 Apple Inc. and the Swift project authors
6
6
// Licensed under Apache License v2.0 with Runtime Library Exception
7
7
//
8
8
// See https://swift.org/LICENSE.txt for license information
Original file line number Diff line number Diff line change 2
2
//
3
3
// This source file is part of the Swift.org open source project
4
4
//
5
- // Copyright (c) 2014 - 2017 Apple Inc. and the Swift project authors
5
+ // Copyright (c) 2014 - 2022 Apple Inc. and the Swift project authors
6
6
// Licensed under Apache License v2.0 with Runtime Library Exception
7
7
//
8
8
// See https://swift.org/LICENSE.txt for license information
20
20
#include " swift/Parse/Lexer.h"
21
21
#include " swift/SIL/FormalLinkage.h"
22
22
#include " swift/SIL/SILModule.h"
23
- #include " llvm/IR/GlobalValue.h"
24
- #include " llvm/IR/Intrinsics.h"
25
- #include " llvm/ProfileData/Coverage/CoverageMapping.h"
26
- #include " llvm/ProfileData/Coverage/CoverageMappingWriter.h"
27
- #include " llvm/ProfileData/InstrProf.h"
28
-
29
- #include < forward_list>
30
23
31
24
#define DEBUG_TYPE " SILProfiler"
32
25
You can’t perform that action at this time.
0 commit comments