From: Reid Spencer
Date: Wed, 8 Nov 2006 20:07:40 +0000 (+0000)
Subject: Document correct opcodes for post 1.9 release.
X-Git-Url: http://demsky.eecs.uci.edu/git/?a=commitdiff_plain;h=145b2536f3d7927944cacf14dd45f3a7e644e0da;p=oota-llvm.git
Document correct opcodes for post 1.9 release.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@31566 91177308-0d34-0410-b5e6-96231b3b80d8
---
diff --git a/docs/BytecodeFormat.html b/docs/BytecodeFormat.html
index 1b04d65ec86..669e7197f5e 100644
--- a/docs/BytecodeFormat.html
+++ b/docs/BytecodeFormat.html
@@ -1616,18 +1616,15 @@ possible.
Cast | 32 | 1 | 1.0 |
Call | 33 | 1 | 1.0 |
Shl | 34 | 1 | 1.0 |
- Shr | 35 | 1 | 1.0 |
-
- Select | 36 | 2 | 1.2 |
- UserOp1 | 37 | 1 | 1.0 |
- UserOp2 | 38 | 1 | 1.0 |
- VAArg | 39 | 5 | 1.5 |
- ExtractElement | 40 | 5 | 1.5 |
- InsertElement | 41 | 5 | 1.5 |
- ShuffleElement | 42 | 5 | 1.5 |
+ Select | 37 | 2 | 1.2 |
+ UserOp1 | 38 | 1 | 1.0 |
+ UserOp2 | 39 | 1 | 1.0 |
+ VAArg | 40 | 5 | 1.5 |
+ ExtractElement | 41 | 5 | 1.5 |
+ InsertElement | 42 | 5 | 1.5 |
+ ShuffleElement | 43 | 5 | 1.5 |
Pseudo Instructions*
|