mirror of
https://github.com/c64scene-ar/llvm-6502.git
synced 2025-08-10 02:25:47 +00:00
Delete an unused constructor.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@50367 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
@@ -152,9 +152,6 @@ namespace {
|
|||||||
|
|
||||||
RegsForValue() : TLI(0) {}
|
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,
|
RegsForValue(const TargetLowering &tli,
|
||||||
const SmallVector<unsigned, 4> ®s,
|
const SmallVector<unsigned, 4> ®s,
|
||||||
MVT::ValueType regvt, MVT::ValueType valuevt)
|
MVT::ValueType regvt, MVT::ValueType valuevt)
|
||||||
|
Reference in New Issue
Block a user