summaryrefslogtreecommitdiffstats
path: root/docs/ExceptionHandling.rst
diff options
context:
space:
mode:
authorVedant Kumar <vsk@apple.com>2015-09-08 22:28:38 +0000
committerVedant Kumar <vsk@apple.com>2015-09-08 22:28:38 +0000
commitcc0152159f80724364ab227ab56e4e3c6215319d (patch)
treeb3081eec1aa0cb8c14e78bb55364d7c50ce784ff /docs/ExceptionHandling.rst
parent628c7c9d5d35f7aab61b117a8e72159f009263fc (diff)
[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
Diffstat (limited to 'docs/ExceptionHandling.rst')
-rw-r--r--docs/ExceptionHandling.rst2
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/ExceptionHandling.rst b/docs/ExceptionHandling.rst
index 9d8284598f56..5b495d9863cd 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