From 10c6d12a9fd4dab411091f64db4db69670b88850 Mon Sep 17 00:00:00 2001 From: Bill Wendling Date: Sat, 30 Jul 2011 05:42:50 +0000 Subject: Revert r136253, r136263, r136269, r136313, r136325, r136326, r136329, r136338, r136339, r136341, r136369, r136387, r136392, r136396, r136429, r136430, r136444, r136445, r136446, r136253 pending review. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@136556 91177308-0d34-0410-b5e6-96231b3b80d8 --- docs/LangRef.html | 35 ++--------------------------------- 1 file changed, 2 insertions(+), 33 deletions(-) (limited to 'docs/LangRef.html') diff --git a/docs/LangRef.html b/docs/LangRef.html index 0c07f12..6c36ea1 100644 --- a/docs/LangRef.html +++ b/docs/LangRef.html @@ -124,7 +124,6 @@
  • 'indirectbr' Instruction
  • 'invoke' Instruction
  • 'unwind' Instruction
  • -
  • 'resume' Instruction
  • 'unreachable' Instruction
  • @@ -3024,14 +3023,13 @@ should not be exposed to source languages.

    control flow, not values (the one exception being the 'invoke' instruction).

    -

    There are eight different terminator instructions: the +

    There are seven different terminator instructions: the 'ret' instruction, the 'br' instruction, the 'switch' instruction, the ''indirectbr' Instruction, the 'invoke' instruction, the - 'unwind' instruction, the - 'resume' instruction, and the + 'unwind' instruction, and the 'unreachable' instruction.

    @@ -3355,35 +3353,6 @@ that the invoke/unwind semantics are likely to change in future versions.

    - 'resume' Instruction -

    - -
    - -
    Syntax:
    -
    -  resume <type> <value>
    -
    - -
    Overview:
    -

    The 'resume' instruction is a terminator instruction that has no - successors. Its operand must have the same type as the result of any - 'landingpad' instruction in the same function.

    - -
    Semantics:
    -

    The 'resume' instruction resumes propagation of an existing - (in-flight) exception.

    - -
    Example:
    -
    - resume { i8*, i32 } %exn
    -
    - -
    - - - -

    'unreachable' Instruction

    -- cgit v1.1