From a0e01bec875533217ab9076154f0d95efcd34c31 Mon Sep 17 00:00:00 2001 From: Anton Korobeynikov Date: Wed, 26 Aug 2009 13:44:29 +0000 Subject: Add dummy inline asm handling for 'r' constraint. This fixes PR4778 llvm-svn: 80085 --- llvm/lib/Target/MSP430/MSP430ISelLowering.h | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'llvm/lib/Target/MSP430/MSP430ISelLowering.h') diff --git a/llvm/lib/Target/MSP430/MSP430ISelLowering.h b/llvm/lib/Target/MSP430/MSP430ISelLowering.h index 1339ccda079..7947b0ff86f 100644 --- a/llvm/lib/Target/MSP430/MSP430ISelLowering.h +++ b/llvm/lib/Target/MSP430/MSP430ISelLowering.h @@ -84,6 +84,11 @@ namespace llvm { SDValue LowerSELECT_CC(SDValue Op, SelectionDAG &DAG); SDValue LowerSIGN_EXTEND(SDValue Op, SelectionDAG &DAG); + TargetLowering::ConstraintType + getConstraintType(const std::string &Constraint) const; + std::pair + getRegForInlineAsmConstraint(const std::string &Constraint, EVT VT) const; + MachineBasicBlock* EmitInstrWithCustomInserter(MachineInstr *MI, MachineBasicBlock *BB) const; -- cgit v1.2.3