diff options
| author | Bill Wendling <isanbard@gmail.com> | 2011-05-11 01:08:39 +0000 |
|---|---|---|
| committer | Bill Wendling <isanbard@gmail.com> | 2011-05-11 01:08:39 +0000 |
| commit | e2b889be6559de5e7dd62f043810d310dd8fde25 (patch) | |
| tree | 97cea3ead499b87285c6cb52839a4f5eed8dcc40 /llvm/include | |
| parent | 05fc35e275529eddb6c73bed7595bd7cec93f27a (diff) | |
| download | bcm5719-llvm-e2b889be6559de5e7dd62f043810d310dd8fde25.tar.gz bcm5719-llvm-e2b889be6559de5e7dd62f043810d310dd8fde25.zip | |
Fix comment.
llvm-svn: 131173
Diffstat (limited to 'llvm/include')
| -rw-r--r-- | llvm/include/llvm/CodeGen/ISDOpcodes.h | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/llvm/include/llvm/CodeGen/ISDOpcodes.h b/llvm/include/llvm/CodeGen/ISDOpcodes.h index f0de9361dae..e765cadf4dc 100644 --- a/llvm/include/llvm/CodeGen/ISDOpcodes.h +++ b/llvm/include/llvm/CodeGen/ISDOpcodes.h @@ -107,11 +107,11 @@ namespace ISD { // and returns an outchain. EH_SJLJ_LONGJMP, - // OUTCHAIN = EH_SJLJ_DISPATCHSETUP(INCHAIN, context) + // OUTCHAIN = EH_SJLJ_DISPATCHSETUP(INCHAIN, setjmpval) // This corresponds to the eh.sjlj.dispatchsetup intrinsic. It takes an - // input chain and a pointer to the sjlj function context as inputs and - // returns an outchain. By default, this does nothing. Targets can lower - // this to unwind setup code if needed. + // input chain and the value returning from setjmp as inputs and returns an + // outchain. By default, this does nothing. Targets can lower this to unwind + // setup code if needed. EH_SJLJ_DISPATCHSETUP, // TargetConstant* - Like Constant*, but the DAG does not do any folding, |

