summaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
authorBill Wendling <isanbard@gmail.com>2011-10-07 21:25:38 +0000
committerBill Wendling <isanbard@gmail.com>2011-10-07 21:25:38 +0000
commitce370cfd891386d613d4bd0d28449d2705705d16 (patch)
treec99078e98b215f4ec16672d7f7ab58def7051970 /include
parentb3429d34b641d2b5aaa3e7df70d268904d2c039c (diff)
downloadllvm-ce370cfd891386d613d4bd0d28449d2705705d16.tar.gz
llvm-ce370cfd891386d613d4bd0d28449d2705705d16.tar.bz2
llvm-ce370cfd891386d613d4bd0d28449d2705705d16.tar.xz
Thread the chain through the eh.sjlj.setjmp intrinsic, like it's documented to
do. This will be useful later on with the new SJLJ stuff. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@141416 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'include')
-rw-r--r--include/llvm/CodeGen/ISDOpcodes.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/llvm/CodeGen/ISDOpcodes.h b/include/llvm/CodeGen/ISDOpcodes.h
index de39da61bb..184e96dc47 100644
--- a/include/llvm/CodeGen/ISDOpcodes.h
+++ b/include/llvm/CodeGen/ISDOpcodes.h
@@ -95,7 +95,7 @@ namespace ISD {
// execution to HANDLER. Many platform-related details also :)
EH_RETURN,
- // OUTCHAIN = EH_SJLJ_SETJMP(INCHAIN, buffer)
+ // RESULT, OUTCHAIN = EH_SJLJ_SETJMP(INCHAIN, buffer)
// This corresponds to the eh.sjlj.setjmp intrinsic.
// It takes an input chain and a pointer to the jump buffer as inputs
// and returns an outchain.