From c98cbbcc08b35a03f4cb50ef04077e4a86367f5d Mon Sep 17 00:00:00 2001 From: Chris Lattner Date: Tue, 25 Jun 2002 18:06:50 +0000 Subject: [PATCH] Add borders to truth tables git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@2782 91177308-0d34-0410-b5e6-96231b3b80d8 --- docs/LangRef.html | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/docs/LangRef.html b/docs/LangRef.html index 0e56ffd0dc5..b2d9e387f2d 100644 --- a/docs/LangRef.html +++ b/docs/LangRef.html @@ -1096,7 +1096,7 @@ have identical types.

The truth table used for the 'and' instruction is:

-

+
@@ -1136,7 +1136,7 @@ have identical types.

The truth table used for the 'or' instruction is:

-

In0 In1 Out
0 0 0
0 1 0
+
@@ -1177,7 +1177,7 @@ have identical types.

The truth table used for the 'xor' instruction is:

-

In0 In1 Out
0 0 0
0 1 1
+
@@ -1736,7 +1736,7 @@ more...
Chris Lattner
-Last modified: Tue Jun 25 12:54:52 CDT 2002 +Last modified: Tue Jun 25 13:05:52 CDT 2002 -- 2.34.1
In0 In1 Out
0 0 0
0 1 1