Deleted Added
full compact
MSP430ISelLowering.h (202878) MSP430ISelLowering.h (203954)
1//==-- MSP430ISelLowering.h - MSP430 DAG Lowering Interface ------*- C++ -*-==//
2//
3// The LLVM Compiler Infrastructure
4//
5// This file is distributed under the University of Illinois Open Source
6// License. See LICENSE.TXT for details.
7//
8//===----------------------------------------------------------------------===//

--- 140 unchanged lines hidden (view full) ---

149 virtual SDValue
150 LowerFormalArguments(SDValue Chain,
151 CallingConv::ID CallConv, bool isVarArg,
152 const SmallVectorImpl<ISD::InputArg> &Ins,
153 DebugLoc dl, SelectionDAG &DAG,
154 SmallVectorImpl<SDValue> &InVals);
155 virtual SDValue
156 LowerCall(SDValue Chain, SDValue Callee,
1//==-- MSP430ISelLowering.h - MSP430 DAG Lowering Interface ------*- C++ -*-==//
2//
3// The LLVM Compiler Infrastructure
4//
5// This file is distributed under the University of Illinois Open Source
6// License. See LICENSE.TXT for details.
7//
8//===----------------------------------------------------------------------===//

--- 140 unchanged lines hidden (view full) ---

149 virtual SDValue
150 LowerFormalArguments(SDValue Chain,
151 CallingConv::ID CallConv, bool isVarArg,
152 const SmallVectorImpl<ISD::InputArg> &Ins,
153 DebugLoc dl, SelectionDAG &DAG,
154 SmallVectorImpl<SDValue> &InVals);
155 virtual SDValue
156 LowerCall(SDValue Chain, SDValue Callee,
157 CallingConv::ID CallConv, bool isVarArg, bool isTailCall,
157 CallingConv::ID CallConv, bool isVarArg, bool &isTailCall,
158 const SmallVectorImpl<ISD::OutputArg> &Outs,
159 const SmallVectorImpl<ISD::InputArg> &Ins,
160 DebugLoc dl, SelectionDAG &DAG,
161 SmallVectorImpl<SDValue> &InVals);
162
163 virtual SDValue
164 LowerReturn(SDValue Chain,
165 CallingConv::ID CallConv, bool isVarArg,

--- 16 unchanged lines hidden ---
158 const SmallVectorImpl<ISD::OutputArg> &Outs,
159 const SmallVectorImpl<ISD::InputArg> &Ins,
160 DebugLoc dl, SelectionDAG &DAG,
161 SmallVectorImpl<SDValue> &InVals);
162
163 virtual SDValue
164 LowerReturn(SDValue Chain,
165 CallingConv::ID CallConv, bool isVarArg,

--- 16 unchanged lines hidden ---