diff options
Diffstat (limited to 'COFF/ICF.h')
-rw-r--r-- | COFF/ICF.h | 9 |
1 files changed, 4 insertions, 5 deletions
diff --git a/COFF/ICF.h b/COFF/ICF.h index 9c54e0c9ec2dc..0b3c8fa2ff2e0 100644 --- a/COFF/ICF.h +++ b/COFF/ICF.h @@ -1,9 +1,8 @@ //===- ICF.h --------------------------------------------------------------===// // -// The LLVM Linker -// -// This file is distributed under the University of Illinois Open Source -// License. See LICENSE.TXT for details. +// Part of the LLVM Project, under the Apache License v2.0 with LLVM Exceptions. +// See https://llvm.org/LICENSE.txt for license information. +// SPDX-License-Identifier: Apache-2.0 WITH LLVM-exception // //===----------------------------------------------------------------------===// @@ -18,7 +17,7 @@ namespace coff { class Chunk; -void doICF(ArrayRef<Chunk *> Chunks); +void doICF(ArrayRef<Chunk *> chunks); } // namespace coff } // namespace lld |