summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorFangrui Song <maskray@google.com>2019-07-05 08:25:14 +0000
committerFangrui Song <maskray@google.com>2019-07-05 08:25:14 +0000
commit6fa850c4fe4112af7590a548e2e5ec4a641c6c44 (patch)
tree6c38268c83b4953e75ec342a26b102beb1d70366
parentc72cb1f2a215fcaf7d69972b66a3a70f7d398271 (diff)
downloadbcm5719-llvm-6fa850c4fe4112af7590a548e2e5ec4a641c6c44.tar.gz
bcm5719-llvm-6fa850c4fe4112af7590a548e2e5ec4a641c6c44.zip
[RISCV] Delete a ctor that is commented out. NFC
llvm-svn: 365175
-rw-r--r--llvm/lib/Target/RISCV/RISCVMachineFunctionInfo.h2
1 files changed, 0 insertions, 2 deletions
diff --git a/llvm/lib/Target/RISCV/RISCVMachineFunctionInfo.h b/llvm/lib/Target/RISCV/RISCVMachineFunctionInfo.h
index 66766e04034..585bff2bc20 100644
--- a/llvm/lib/Target/RISCV/RISCVMachineFunctionInfo.h
+++ b/llvm/lib/Target/RISCV/RISCVMachineFunctionInfo.h
@@ -32,8 +32,6 @@ private:
int MoveF64FrameIndex = -1;
public:
- // RISCVMachineFunctionInfo() = default;
-
RISCVMachineFunctionInfo(MachineFunction &MF) : MF(MF) {}
int getVarArgsFrameIndex() const { return VarArgsFrameIndex; }
OpenPOWER on IntegriCloud