summaryrefslogtreecommitdiffstats
path: root/llvm/lib/Target/ARM/ARMISelLowering.h
diff options
context:
space:
mode:
authorJim Grosbach <grosbach@apple.com>2010-05-26 20:22:18 +0000
committerJim Grosbach <grosbach@apple.com>2010-05-26 20:22:18 +0000
commitc98892fdaa2b001c9fddce1a6be442531c0eefd9 (patch)
tree5e240c9c9cd1019f5af987278537409d8e5272f5 /llvm/lib/Target/ARM/ARMISelLowering.h
parent1138ba669366ae749d487035c4bbec46a58db665 (diff)
downloadbcm5719-llvm-c98892fdaa2b001c9fddce1a6be442531c0eefd9.tar.gz
bcm5719-llvm-c98892fdaa2b001c9fddce1a6be442531c0eefd9.zip
Adjust eh.sjlj.setjmp to properly have a chain and to have an opcode entry in
ISD::. No functional change. llvm-svn: 104734
Diffstat (limited to 'llvm/lib/Target/ARM/ARMISelLowering.h')
-rw-r--r--llvm/lib/Target/ARM/ARMISelLowering.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/llvm/lib/Target/ARM/ARMISelLowering.h b/llvm/lib/Target/ARM/ARMISelLowering.h
index 6d0335f111d..9c7517c8819 100644
--- a/llvm/lib/Target/ARM/ARMISelLowering.h
+++ b/llvm/lib/Target/ARM/ARMISelLowering.h
@@ -287,6 +287,7 @@ namespace llvm {
DebugLoc dl, SelectionDAG &DAG,
const CCValAssign &VA,
ISD::ArgFlagsTy Flags) const;
+ SDValue LowerEH_SJLJ_SETJMP(SDValue Op, SelectionDAG &DAG) const;
SDValue LowerEH_SJLJ_LONGJMP(SDValue Op, SelectionDAG &DAG) const;
SDValue LowerINTRINSIC_WO_CHAIN(SDValue Op, SelectionDAG &DAG,
const ARMSubtarget *Subtarget) const;
OpenPOWER on IntegriCloud