Delete an unused constructor.
authorDan Gohman <gohman@apple.com>
Mon, 28 Apr 2008 18:28:49 +0000 (18:28 +0000)
committerDan Gohman <gohman@apple.com>
Mon, 28 Apr 2008 18:28:49 +0000 (18:28 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@50367 91177308-0d34-0410-b5e6-96231b3b80d8

lib/CodeGen/SelectionDAG/SelectionDAGISel.cpp

index 93de65239834125eea73f233d660cd86d262c4e7..496051f55118cc009f620de46b922c66a0534f9e 100644 (file)
@@ -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<unsigned, 4> &regs, 
                  MVT::ValueType regvt, MVT::ValueType valuevt)