mirror of
https://github.com/RPCS3/llvm-mirror.git
synced 2025-01-31 20:51:52 +01:00
[RISCV] Delete a ctor that is commented out. NFC
llvm-svn: 365175
This commit is contained in:
parent
95574c7fc3
commit
c2647006c3
@ -32,8 +32,6 @@ private:
|
||||
int MoveF64FrameIndex = -1;
|
||||
|
||||
public:
|
||||
// RISCVMachineFunctionInfo() = default;
|
||||
|
||||
RISCVMachineFunctionInfo(MachineFunction &MF) : MF(MF) {}
|
||||
|
||||
int getVarArgsFrameIndex() const { return VarArgsFrameIndex; }
|
||||
|
Loading…
x
Reference in New Issue
Block a user