projects
/
platform
/
upstream
/
llvm.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
7a6d6f0
)
LeonPasses.h - remove orphan function declarations. NFCI.
author
Simon Pilgrim
<llvm-dev@redking.me.uk>
Mon, 7 Sep 2020 15:56:57 +0000
(16:56 +0100)
committer
Simon Pilgrim
<llvm-dev@redking.me.uk>
Mon, 7 Sep 2020 16:51:12 +0000
(17:51 +0100)
The implementations no longer exist.
llvm/lib/Target/Sparc/LeonPasses.h
patch
|
blob
|
history
diff --git
a/llvm/lib/Target/Sparc/LeonPasses.h
b/llvm/lib/Target/Sparc/LeonPasses.h
index
b165bc9
..
6baf9fd
100644
(file)
--- a/
llvm/lib/Target/Sparc/LeonPasses.h
+++ b/
llvm/lib/Target/Sparc/LeonPasses.h
@@
-33,13
+33,11
@@
protected:
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 {