forked from OSchip/llvm-project
[RISCV] Delete a ctor that is commented out. NFC
llvm-svn: 365175
This commit is contained in:
parent
c72cb1f2a2
commit
6fa850c4fe
|
@ -32,8 +32,6 @@ private:
|
|||
int MoveF64FrameIndex = -1;
|
||||
|
||||
public:
|
||||
// RISCVMachineFunctionInfo() = default;
|
||||
|
||||
RISCVMachineFunctionInfo(MachineFunction &MF) : MF(MF) {}
|
||||
|
||||
int getVarArgsFrameIndex() const { return VarArgsFrameIndex; }
|
||||
|
|
Loading…
Reference in New Issue