AMDGPU: Fix warnings introduced by r310336
[llvm-project.git] / lld / ELF / ICF.h
blob24219855fc177ce95343b5dec3e800f1e772a111
1 //===- ICF.h --------------------------------------------------------------===//
2 //
3 // The LLVM Linker
4 //
5 // This file is distributed under the University of Illinois Open Source
6 // License. See LICENSE.TXT for details.
7 //
8 //===----------------------------------------------------------------------===//
10 #ifndef LLD_ELF_ICF_H
11 #define LLD_ELF_ICF_H
13 namespace lld {
14 namespace elf {
15 template <class ELFT> void doIcf();
17 } // namespace lld
19 #endif