From: Vedant Kumar Date: Tue, 8 Sep 2015 22:28:38 +0000 (+0000) Subject: [docs] Fix typo in catchret example X-Git-Url: http://plrg.eecs.uci.edu/git/?p=oota-llvm.git;a=commitdiff_plain;h=cc0152159f80724364ab227ab56e4e3c6215319d;ds=inline [docs] Fix typo in catchret example An example usage of catchret omitted the "to" in "to label" in ExceptionHandling.rst. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@247086 91177308-0d34-0410-b5e6-96231b3b80d8 --- diff --git a/docs/ExceptionHandling.rst b/docs/ExceptionHandling.rst index 9d8284598f5..5b495d9863c 100644 --- a/docs/ExceptionHandling.rst +++ b/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