1
0
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:
Fangrui Song 2019-07-05 08:25:14 +00:00
parent 95574c7fc3
commit c2647006c3

View File

@ -32,8 +32,6 @@ private:
int MoveF64FrameIndex = -1;
public:
// RISCVMachineFunctionInfo() = default;
RISCVMachineFunctionInfo(MachineFunction &MF) : MF(MF) {}
int getVarArgsFrameIndex() const { return VarArgsFrameIndex; }