We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9859fb6 commit c84e814Copy full SHA for c84e814
llvm/tools/llvm-exegesis/lib/Target.h
@@ -86,11 +86,6 @@ class ExegesisTarget {
86
ArrayRef<const char *> ValidationCounters,
87
const pid_t ProcessID = 0) const;
88
89
- // Find register by name, NoRegister if not found.
90
- virtual MCRegister findRegisterByName(const StringRef RegName) const {
91
- return MCRegister::NoRegister;
92
- }
93
-
94
// Targets can use this to add target-specific passes in assembleToStream();
95
virtual void addTargetSpecificPasses(PassManagerBase &PM) const {}
96
0 commit comments