[llvm] 1c34ac0 - LeonPasses.h - remove orphan function declarations. NFCI.
Simon Pilgrim via llvm-commits
llvm-commits at lists.llvm.org
Mon Sep 7 10:37:16 PDT 2020
Author: Simon Pilgrim
Date: 2020-09-07T17:51:12+01:00
New Revision: 1c34ac03a2de0e10f95f16526296dcae5166d129
URL: https://github.com/llvm/llvm-project/commit/1c34ac03a2de0e10f95f16526296dcae5166d129
DIFF: https://github.com/llvm/llvm-project/commit/1c34ac03a2de0e10f95f16526296dcae5166d129.diff
LOG: LeonPasses.h - remove orphan function declarations. NFCI.
The implementations no longer exist.
Added:
Modified:
llvm/lib/Target/Sparc/LeonPasses.h
Removed:
################################################################################
diff --git a/llvm/lib/Target/Sparc/LeonPasses.h b/llvm/lib/Target/Sparc/LeonPasses.h
index b165bc93780f..6baf9fddbe50 100644
--- a/llvm/lib/Target/Sparc/LeonPasses.h
+++ b/llvm/lib/Target/Sparc/LeonPasses.h
@@ -33,13 +33,11 @@ class LLVM_LIBRARY_VISIBILITY LEONMachineFunctionPass
protected:
LEONMachineFunctionPass(char &ID);
- int GetRegIndexForOperand(MachineInstr &MI, int OperandIndex);
void clearUsedRegisterList() { UsedRegisters.clear(); }
void markRegisterUsed(int registerIndex) {
UsedRegisters.push_back(registerIndex);
}
- int getUnusedFPRegister(MachineRegisterInfo &MRI);
};
class LLVM_LIBRARY_VISIBILITY InsertNOPLoad : public LEONMachineFunctionPass {
More information about the llvm-commits
mailing list