[docs] Fix typo in catchret example
[oota-llvm.git] / docs / ExceptionHandling.rst
index 9d8284598f56fc5c39a010758fba594ef642f364..5b495d9863cdd0f013516cda6b02e4ef8a68605f 100644 (file)
@@ -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