aboutsummaryrefslogtreecommitdiff
path: root/docs/BytecodeFormat.html
diff options
context:
space:
mode:
authorChris Lattner <sabre@nondot.org>2005-05-14 01:26:46 +0000
committerChris Lattner <sabre@nondot.org>2005-05-14 01:26:46 +0000
commita5a4f265f0ddadaf7262e2e10a989614dab511e6 (patch)
tree3a7dc41ef97e958d63e3b48d6a8a327541f6357c /docs/BytecodeFormat.html
parenta5681773abf6fe58a713d876718323ffbc43ad78 (diff)
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
Diffstat (limited to 'docs/BytecodeFormat.html')
-rw-r--r--docs/BytecodeFormat.html2
1 files changed, 0 insertions, 2 deletions
diff --git a/docs/BytecodeFormat.html b/docs/BytecodeFormat.html
index 6858becd50..0e36db2eb4 100644
--- a/docs/BytecodeFormat.html
+++ b/docs/BytecodeFormat.html
@@ -1599,8 +1599,6 @@ single <a href="#uint32_vbr">uint32_vbr</a> as follows:</p>
<tr><td>VANext</td><td>32</td><td>1</td><td>1.0</td></tr>
<tr><td>VAArg</td><td>33</td><td>1</td><td>1.0</td></tr>
<tr><td>Select</td><td>34</td><td>2</td><td>1.2</td></tr>
- <tr><td>UserOp1</td><td>35</td><td>1</td><td>1.0</td></tr>
- <tr><td>UserOp2</td><td>36</td><td>1</td><td>1.0</td></tr>
<tr><td colspan="4">
<b>Pseudo Instructions<a href="#pi_note">*</a></b>
</td></tr>