Skip to content

Commit c84e814

Browse files
Addressing review comments
1 parent 9859fb6 commit c84e814

File tree

1 file changed

+0
-5
lines changed

1 file changed

+0
-5
lines changed

llvm/tools/llvm-exegesis/lib/Target.h

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -86,11 +86,6 @@ class ExegesisTarget {
8686
ArrayRef<const char *> ValidationCounters,
8787
const pid_t ProcessID = 0) const;
8888

89-
// Find register by name, NoRegister if not found.
90-
virtual MCRegister findRegisterByName(const StringRef RegName) const {
91-
return MCRegister::NoRegister;
92-
}
93-
9489
// Targets can use this to add target-specific passes in assembleToStream();
9590
virtual void addTargetSpecificPasses(PassManagerBase &PM) const {}
9691

0 commit comments

Comments
 (0)