summaryrefslogtreecommitdiff
path: root/lib/Target/ARM/ARMInstrInfo.cpp
diff options
context:
space:
mode:
authorJim Grosbach <grosbach@apple.com>2009-05-14 00:46:35 +0000
committerJim Grosbach <grosbach@apple.com>2009-05-14 00:46:35 +0000
commitf95701286664df01a5683a71c9a02c056fed0aa7 (patch)
tree0c52d3994a8442264120c900acabea74965ae4f6 /lib/Target/ARM/ARMInstrInfo.cpp
parente340e84196af8618b623d499a040150373ae5da4 (diff)
downloadllvm-f95701286664df01a5683a71c9a02c056fed0aa7.tar.gz
llvm-f95701286664df01a5683a71c9a02c056fed0aa7.tar.bz2
llvm-f95701286664df01a5683a71c9a02c056fed0aa7.tar.xz
Update the names of the exception handling sjlj instrinsics to
llvm.eh.sjlj.* for better clarity as to their purpose and scope. Add a description of llvm.eh.sjlj.setjmp to ExceptionHandling.html. (llvm.eh.sjlj.longjmp documentation coming when that implementation is added). git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@71758 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'lib/Target/ARM/ARMInstrInfo.cpp')
-rw-r--r--lib/Target/ARM/ARMInstrInfo.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/Target/ARM/ARMInstrInfo.cpp b/lib/Target/ARM/ARMInstrInfo.cpp
index 8e678a8c46..4b0dbb5dac 100644
--- a/lib/Target/ARM/ARMInstrInfo.cpp
+++ b/lib/Target/ARM/ARMInstrInfo.cpp
@@ -991,7 +991,7 @@ unsigned ARMInstrInfo::GetInstSizeInBytes(const MachineInstr *MI) const {
// If this machine instr is a constant pool entry, its size is recorded as
// operand #2.
return MI->getOperand(2).getImm();
- case ARM::Int_builtin_setjmp: return 12;
+ case ARM::Int_eh_sjlj_setjmp: return 12;
case ARM::BR_JTr:
case ARM::BR_JTm:
case ARM::BR_JTadd: