From ee6110cd39eed65e55dd822002a41091f67bfc5a Mon Sep 17 00:00:00 2001 From: Vedant Kumar Date: Tue, 8 Sep 2015 22:28:38 +0000 Subject: [PATCH] [docs] Fix typo in catchret example An example usage of catchret omitted the "to" in "to label" in ExceptionHandling.rst. llvm-svn: 247086 --- llvm/docs/ExceptionHandling.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/llvm/docs/ExceptionHandling.rst b/llvm/docs/ExceptionHandling.rst index 9d8284598f56..5b495d9863cd 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 -- GitLab