diff options
| author | Vedant Kumar <vsk@apple.com> | 2015-09-08 22:28:38 +0000 |
|---|---|---|
| committer | Vedant Kumar <vsk@apple.com> | 2015-09-08 22:28:38 +0000 |
| commit | ee6110cd39eed65e55dd822002a41091f67bfc5a (patch) | |
| tree | b41b882f6bca32958a83e11faadb81907aeaedad | |
| parent | 3820e9cd17735e9a79a06e7587282d630ac4fe17 (diff) | |
| download | bcm5719-llvm-ee6110cd39eed65e55dd822002a41091f67bfc5a.tar.gz bcm5719-llvm-ee6110cd39eed65e55dd822002a41091f67bfc5a.zip | |
[docs] Fix typo in catchret example
An example usage of catchret omitted the "to" in "to label" in
ExceptionHandling.rst.
llvm-svn: 247086
| -rw-r--r-- | llvm/docs/ExceptionHandling.rst | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/llvm/docs/ExceptionHandling.rst b/llvm/docs/ExceptionHandling.rst index 9d8284598f5..5b495d9863c 100644 --- a/llvm/docs/ExceptionHandling.rst +++ b/llvm/docs/ExceptionHandling.rst @@ -715,7 +715,7 @@ all of the new IR instructions: invoke.cont.3: ; preds = %catch.body %9 = load i32, i32* %e, align 4 - catchret %catch label %return + catchret %catch to label %return catchend: ; preds = %lpad.catch, %catch.body catchendpad unwind label %lpad.terminate |

