Skip to content

Commit b4d4137

Browse files
committed
[Profiler] NFC: Trim out unused imports
Also bump the copyright year.
1 parent 809cfb7 commit b4d4137

File tree

2 files changed

+2
-9
lines changed

2 files changed

+2
-9
lines changed

include/swift/SIL/SILProfiler.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
//
33
// This source file is part of the Swift.org open source project
44
//
5-
// Copyright (c) 2014 - 2017 Apple Inc. and the Swift project authors
5+
// Copyright (c) 2014 - 2022 Apple Inc. and the Swift project authors
66
// Licensed under Apache License v2.0 with Runtime Library Exception
77
//
88
// See https://swift.org/LICENSE.txt for license information

lib/SIL/IR/SILProfiler.cpp

Lines changed: 1 addition & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
//
33
// This source file is part of the Swift.org open source project
44
//
5-
// Copyright (c) 2014 - 2017 Apple Inc. and the Swift project authors
5+
// Copyright (c) 2014 - 2022 Apple Inc. and the Swift project authors
66
// Licensed under Apache License v2.0 with Runtime Library Exception
77
//
88
// See https://swift.org/LICENSE.txt for license information
@@ -20,13 +20,6 @@
2020
#include "swift/Parse/Lexer.h"
2121
#include "swift/SIL/FormalLinkage.h"
2222
#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>
3023

3124
#define DEBUG_TYPE "SILProfiler"
3225

0 commit comments

Comments
 (0)