From e489aa563c88724a310e5a1f68061b61c47b2448 Mon Sep 17 00:00:00 2001 From: Chris Lattner Date: Wed, 14 Aug 2002 17:55:59 +0000 Subject: Remove information about dead 'not' instruction git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@3319 91177308-0d34-0410-b5e6-96231b3b80d8 --- docs/LangRef.html | 55 ++++--------------------------------------------------- 1 file changed, 4 insertions(+), 51 deletions(-) (limited to 'docs/LangRef.html') diff --git a/docs/LangRef.html b/docs/LangRef.html index e6e9c30..3687113 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.

      @@ -809,48 +804,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 -- cgit v1.1