[llvm-commits] CVS: llvm/docs/BytecodeFormat.html
Chris Lattner
lattner at cs.uiuc.edu
Fri May 13 18:27:03 PDT 2005
Changes in directory llvm/docs:
BytecodeFormat.html updated: 1.39 -> 1.40
---
Log message:
user ops are not encoded in the bc format
---
Diffs of the changes: (+1 -3)
BytecodeFormat.html | 4 +---
1 files changed, 1 insertion(+), 3 deletions(-)
Index: llvm/docs/BytecodeFormat.html
diff -u llvm/docs/BytecodeFormat.html:1.39 llvm/docs/BytecodeFormat.html:1.40
--- llvm/docs/BytecodeFormat.html:1.39 Fri May 13 19:06:06 2005
+++ llvm/docs/BytecodeFormat.html Fri May 13 20:26:46 2005
@@ -1599,8 +1599,6 @@
<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>
@@ -1938,7 +1936,7 @@
<a href="mailto:rspencer at x10sys.com">Reid Spencer</a> and <a
href="mailto:sabre at nondot.org">Chris Lattner</a><br>
<a href="http://llvm.cs.uiuc.edu">The LLVM Compiler Infrastructure</a><br>
-Last modified: $Date: 2005/05/14 00:06:06 $
+Last modified: $Date: 2005/05/14 01:26:46 $
</address>
</body>
</html>
More information about the llvm-commits
mailing list