diff options
| author | Bill Wendling <isanbard@gmail.com> | 2011-08-03 18:37:32 +0000 |
|---|---|---|
| committer | Bill Wendling <isanbard@gmail.com> | 2011-08-03 18:37:32 +0000 |
| commit | c5a136103b1c3e28d4c332e4a9b7068d70ab92c7 (patch) | |
| tree | c04308ed3567a18d3b3940b7381792d2684ec53f /llvm/docs | |
| parent | 5ad1245b0e39b2f46d8cab1538a13519d309c590 (diff) | |
| download | bcm5719-llvm-c5a136103b1c3e28d4c332e4a9b7068d70ab92c7.tar.gz bcm5719-llvm-c5a136103b1c3e28d4c332e4a9b7068d70ab92c7.zip | |
Go back to the old definition. It's not clear that a 'resume' can be 'outlined' from the function with the landing pad for all platforms.
llvm-svn: 136799
Diffstat (limited to 'llvm/docs')
| -rw-r--r-- | llvm/docs/LangRef.html | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/llvm/docs/LangRef.html b/llvm/docs/LangRef.html index aab4d35c6bf..dd80658ff8d 100644 --- a/llvm/docs/LangRef.html +++ b/llvm/docs/LangRef.html @@ -3385,8 +3385,8 @@ that the invoke/unwind semantics are likely to change in future versions.</p> <h5>Arguments:</h5> <p>The '<tt>resume</tt>' instruction requires one argument, which must have the - same type as the result of the '<tt>landingpad</tt>' instruction which - interrupted the unwinding.</p> + same type as the result of any '<tt>landingpad</tt>' instruction in the same + function.</p> <h5>Semantics:</h5> <p>The '<tt>resume</tt>' instruction resumes propagation of an existing |

