From cd09f750bf8ee8fb58cd4b6d8fdb1c866b70d75d Mon Sep 17 00:00:00 2001 From: Chris Lattner Date: Wed, 14 Aug 2002 17:55:59 +0000 Subject: [PATCH] Remove information about dead 'not' instruction llvm-svn: 3319 --- llvm/docs/LangRef.html | 55 +++--------------------------------------- 1 file changed, 4 insertions(+), 51 deletions(-) diff --git a/llvm/docs/LangRef.html b/llvm/docs/LangRef.html index e6e9c30d69af..368711356e83 100644 --- a/llvm/docs/LangRef.html +++ b/llvm/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