From: Dan Gohman Date: Mon, 28 Apr 2008 18:28:49 +0000 (+0000) Subject: Delete an unused constructor. X-Git-Url: http://plrg.eecs.uci.edu/git/?a=commitdiff_plain;h=ebc3a3a3b2adb3bf5a1dae0c0e6572be79375efd;p=oota-llvm.git Delete an unused constructor. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@50367 91177308-0d34-0410-b5e6-96231b3b80d8 --- 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)