Revert r202396, r202397.
[oota-llvm.git] / lib / Target / XCore / XCoreISelLowering.h
index 65e2bad4f08a749c01ec4ac0688b6b1e336f9a67..e05068f773adf6a2e01ac2e97bea902fe92d6178 100644 (file)
@@ -42,9 +42,6 @@ namespace llvm {
       // cp relative address
       CPRelativeWrapper,
 
-      // Load word from stack
-      LDWSP,
-
       // Store word to stack
       STWSP,
 
@@ -142,6 +139,11 @@ namespace llvm {
                            const SmallVectorImpl<ISD::InputArg> &Ins,
                            SDLoc dl, SelectionDAG &DAG,
                            SmallVectorImpl<SDValue> &InVals) const;
+    SDValue LowerCallResult(SDValue Chain, SDValue InFlag,
+                            CallingConv::ID CallConv, bool isVarArg,
+                            const SmallVectorImpl<ISD::InputArg> &Ins,
+                            SDLoc dl, SelectionDAG &DAG,
+                            SmallVectorImpl<SDValue> &InVals) const;
     SDValue getReturnAddressFrameIndex(SelectionDAG &DAG) const;
     SDValue getGlobalAddressWrapper(SDValue GA, const GlobalValue *GV,
                                     SelectionDAG &DAG) const;