From: Chris Lattner Date: Wed, 14 Aug 2002 17:55:59 +0000 (+0000) Subject: Remove information about dead 'not' instruction X-Git-Url: http://plrg.eecs.uci.edu/git/?a=commitdiff_plain;h=e489aa563c88724a310e5a1f68061b61c47b2448;p=oota-llvm.git Remove information about dead 'not' instruction git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@3319 91177308-0d34-0410-b5e6-96231b3b80d8 --- diff --git a/docs/LangRef.html b/docs/LangRef.html index e6e9c30d69a..368711356e8 100644 --- a/docs/LangRef.html +++ b/docs/LangRef.html @@ -40,10 +40,6 @@
  • 'switch' Instruction
  • 'invoke' Instruction -
  • Unary Operations -
      -
    1. 'not' Instruction -
  • Binary Operations
    1. 'add' Instruction @@ -566,10 +562,9 @@ function).

      The LLVM instruction set consists of several different classifications of -instructions: terminator instructions, a unary instruction, binary -instructions, memory instructions, and other instructions.

      +instructions: terminator instructions, binary instructions, memory +instructions, and other instructions.

      @@ -808,48 +803,6 @@ in high-level languages that support them.

      - - -
         -Unary Operations -

        - -Unary operators are used to do a simple operation to a single value.

        - -There is only one unary operator: the 'not' instruction.

        - - - -


      'not' Instruction

         Binary Operations @@ -1741,7 +1694,7 @@ more...
      Chris Lattner
      -Last modified: Tue Aug 13 15:50:47 CDT 2002 +Last modified: Wed Aug 14 12:54:55 CDT 2002