Skip to content

Commit 86f59cc

Browse files
committed
Remove no more used includes.
authored-by: Kazu Hirata <kazu@google.com>
1 parent 22754e3 commit 86f59cc

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

llvm/tools/llvm-exegesis/lib/RISCV/Target.cpp

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -135,9 +135,6 @@ ExegesisRISCVTarget::ExegesisRISCVTarget()
135135
: ExegesisTarget(ArrayRef<CpuAndPfmCounters>{},
136136
RISCV_MC::isOpcodeAvailable) {}
137137

138-
#define GET_REGISTER_MATCHER
139-
#include "RISCVGenAsmMatcher.inc"
140-
141138
bool ExegesisRISCVTarget::matchesArch(Triple::ArchType Arch) const {
142139
return Arch == Triple::riscv32 || Arch == Triple::riscv64;
143140
}

0 commit comments

Comments
 (0)