From ebc3a3a3b2adb3bf5a1dae0c0e6572be79375efd Mon Sep 17 00:00:00 2001 From: Dan Gohman Date: Mon, 28 Apr 2008 18:28:49 +0000 Subject: [PATCH] Delete an unused constructor. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@50367 91177308-0d34-0410-b5e6-96231b3b80d8 --- lib/CodeGen/SelectionDAG/SelectionDAGISel.cpp | 3 --- 1 file changed, 3 deletions(-) diff --git a/lib/CodeGen/SelectionDAG/SelectionDAGISel.cpp b/lib/CodeGen/SelectionDAG/SelectionDAGISel.cpp index 93de6523983..496051f5511 100644 --- a/lib/CodeGen/SelectionDAG/SelectionDAGISel.cpp +++ b/lib/CodeGen/SelectionDAG/SelectionDAGISel.cpp @@ -152,9 +152,6 @@ namespace { RegsForValue() : TLI(0) {} - RegsForValue(const TargetLowering &tli, - unsigned Reg, MVT::ValueType regvt, MVT::ValueType valuevt) - : TLI(&tli), ValueVTs(1, valuevt), RegVTs(1, regvt), Regs(1, Reg) {} RegsForValue(const TargetLowering &tli, const SmallVector ®s, MVT::ValueType regvt, MVT::ValueType valuevt) -- 2.34.1