From ec3f0b3f9dff55325e473f0330b9d9f585ae1382 Mon Sep 17 00:00:00 2001 From: Anton Korobeynikov Date: Sun, 3 May 2009 13:07:54 +0000 Subject: Add call frame setup instruction elimination and lowerid for bunch of call-related stuff. llvm-svn: 70728 --- llvm/lib/Target/MSP430/MSP430InstrInfo.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'llvm/lib/Target/MSP430/MSP430InstrInfo.cpp') diff --git a/llvm/lib/Target/MSP430/MSP430InstrInfo.cpp b/llvm/lib/Target/MSP430/MSP430InstrInfo.cpp index 579da6e90ea..dbbf29cdeea 100644 --- a/llvm/lib/Target/MSP430/MSP430InstrInfo.cpp +++ b/llvm/lib/Target/MSP430/MSP430InstrInfo.cpp @@ -25,7 +25,7 @@ using namespace llvm; MSP430InstrInfo::MSP430InstrInfo(MSP430TargetMachine &tm) : TargetInstrInfoImpl(MSP430Insts, array_lengthof(MSP430Insts)), - RI(*this), TM(tm) {} + RI(tm, *this), TM(tm) {} bool MSP430InstrInfo::copyRegToReg(MachineBasicBlock &MBB, MachineBasicBlock::iterator I, -- cgit v1.2.3