mirror of
https://github.com/c64scene-ar/llvm-6502.git
synced 2025-02-19 23:29:20 +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:
parent
10a6b7ab65
commit
ebc3a3a3b2
@ -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> ®s,
|
||||
MVT::ValueType regvt, MVT::ValueType valuevt)
|
||||
|
Loading…
x
Reference in New Issue
Block a user