From e4db795a4c10b7e662dc1c18bb78699484e9da8c Mon Sep 17 00:00:00 2001 From: Richard Osborne Date: Thu, 27 Feb 2014 14:24:13 +0000 Subject: Revert r202396, r202397. These are causing test failures, revert for now. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@202398 91177308-0d34-0410-b5e6-96231b3b80d8 --- lib/Target/XCore/XCoreISelLowering.h | 8 +++++--- 1 file changed, 5 insertions(+), 3 deletions(-) (limited to 'lib/Target/XCore/XCoreISelLowering.h') diff --git a/lib/Target/XCore/XCoreISelLowering.h b/lib/Target/XCore/XCoreISelLowering.h index 65e2bad4f0..e05068f773 100644 --- a/lib/Target/XCore/XCoreISelLowering.h +++ b/lib/Target/XCore/XCoreISelLowering.h @@ -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 &Ins, SDLoc dl, SelectionDAG &DAG, SmallVectorImpl &InVals) const; + SDValue LowerCallResult(SDValue Chain, SDValue InFlag, + CallingConv::ID CallConv, bool isVarArg, + const SmallVectorImpl &Ins, + SDLoc dl, SelectionDAG &DAG, + SmallVectorImpl &InVals) const; SDValue getReturnAddressFrameIndex(SelectionDAG &DAG) const; SDValue getGlobalAddressWrapper(SDValue GA, const GlobalValue *GV, SelectionDAG &DAG) const; -- cgit v1.2.3