Skip to content
This repository has been archived by the owner on Apr 23, 2020. It is now read-only.

Commit

Permalink
[RISCV] Delete a ctor that is commented out. NFC
Browse files Browse the repository at this point in the history
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@365175 91177308-0d34-0410-b5e6-96231b3b80d8
  • Loading branch information
MaskRay committed Jul 5, 2019
1 parent 1025e4c commit b62d12f
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions lib/Target/RISCV/RISCVMachineFunctionInfo.h
Expand Up @@ -32,8 +32,6 @@ class RISCVMachineFunctionInfo : public MachineFunctionInfo {
int MoveF64FrameIndex = -1;

public:
// RISCVMachineFunctionInfo() = default;

RISCVMachineFunctionInfo(MachineFunction &MF) : MF(MF) {}

int getVarArgsFrameIndex() const { return VarArgsFrameIndex; }
Expand Down

0 comments on commit b62d12f

Please sign in to comment.