summaryrefslogtreecommitdiff
path: root/lib/Target/XCore/XCoreISelLowering.h
diff options
context:
space:
mode:
authorRichard Osborne <richard@xmos.com>2014-02-27 14:24:13 +0000
committerRichard Osborne <richard@xmos.com>2014-02-27 14:24:13 +0000
commite4db795a4c10b7e662dc1c18bb78699484e9da8c (patch)
tree334ca39f955d867d2ee684e3772d9679707351ef /lib/Target/XCore/XCoreISelLowering.h
parentad4ffce35ffe77b25f4a670823225a9151725630 (diff)
downloadllvm-e4db795a4c10b7e662dc1c18bb78699484e9da8c.tar.gz
llvm-e4db795a4c10b7e662dc1c18bb78699484e9da8c.tar.bz2
llvm-e4db795a4c10b7e662dc1c18bb78699484e9da8c.tar.xz
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
Diffstat (limited to 'lib/Target/XCore/XCoreISelLowering.h')
-rw-r--r--lib/Target/XCore/XCoreISelLowering.h8
1 files changed, 5 insertions, 3 deletions
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<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;