diff options
| -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 |

