[all-commits] [llvm/llvm-project] 101cda: [Mips] Remove MipsRegisterInfo::requiresRegisterSc...
Jay Foad via All-commits
all-commits at lists.llvm.org
Mon May 15 09:33:51 PDT 2023
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: 101cdac93a626a597c410dfb80e459b5095ad614
https://github.com/llvm/llvm-project/commit/101cdac93a626a597c410dfb80e459b5095ad614
Author: Jay Foad <jay.foad at amd.com>
Date: 2023-05-15 (Mon, 15 May 2023)
Changed paths:
M llvm/lib/Target/Mips/MipsRegisterInfo.cpp
M llvm/lib/Target/Mips/MipsRegisterInfo.h
Log Message:
-----------
[Mips] Remove MipsRegisterInfo::requiresRegisterScavenging. NFC.
This method is unused since MipsRegisterInfo is abstract and it is
overridden in both concrete subclasses.
More information about the All-commits
mailing list