diff options
Diffstat (limited to 'llvm/lib/Target/PIC16/PIC16ISelLowering.h')
-rw-r--r-- | llvm/lib/Target/PIC16/PIC16ISelLowering.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/llvm/lib/Target/PIC16/PIC16ISelLowering.h b/llvm/lib/Target/PIC16/PIC16ISelLowering.h index 03397beab18..d94f02bb8d4 100644 --- a/llvm/lib/Target/PIC16/PIC16ISelLowering.h +++ b/llvm/lib/Target/PIC16/PIC16ISelLowering.h @@ -168,6 +168,8 @@ namespace llvm { void LegalizeFrameIndex(SDValue Op, SelectionDAG &DAG, SDValue &ES, int &Offset); + SDValue LegalizeFrameArgument(SDValue Arg, DebugLoc dl, SelectionDAG &DAG); + // CALL node should have all legal operands only. Legalize all non-legal // operands of CALL node and then return the new call will all operands // legal. |