From: Chris Lattner
Date: Sat, 14 May 2005 01:26:46 +0000 (+0000)
Subject: user ops are not encoded in the bc format
X-Git-Url: http://plrg.eecs.uci.edu/git/?a=commitdiff_plain;h=a5a4f265f0ddadaf7262e2e10a989614dab511e6;p=oota-llvm.git
user ops are not encoded in the bc format
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@21997 91177308-0d34-0410-b5e6-96231b3b80d8
---
diff --git a/docs/BytecodeFormat.html b/docs/BytecodeFormat.html
index 6858becd504..0e36db2eb4b 100644
--- a/docs/BytecodeFormat.html
+++ b/docs/BytecodeFormat.html
@@ -1599,8 +1599,6 @@ single uint32_vbr as follows:
VANext | 32 | 1 | 1.0 |
VAArg | 33 | 1 | 1.0 |
Select | 34 | 2 | 1.2 |
- UserOp1 | 35 | 1 | 1.0 |
- UserOp2 | 36 | 1 | 1.0 |
Pseudo Instructions*
|