aboutsummaryrefslogtreecommitdiffstats
path: root/docs/BytecodeFormat.html
diff options
context:
space:
mode:
authorChris Lattner <sabre@nondot.org>2004-10-16 00:29:30 +0000
committerChris Lattner <sabre@nondot.org>2004-10-16 00:29:30 +0000
commit1dfc8e5257a1dad944941318c7a33454a0ee6042 (patch)
tree61b2d3636221160d83ea92e7f83f68798ee6139f /docs/BytecodeFormat.html
parent795948a5d1f47c121a027a7916b323caa433f2cb (diff)
downloadexternal_llvm-1dfc8e5257a1dad944941318c7a33454a0ee6042.zip
external_llvm-1dfc8e5257a1dad944941318c7a33454a0ee6042.tar.gz
external_llvm-1dfc8e5257a1dad944941318c7a33454a0ee6042.tar.bz2
None of these have actually been implemented yet.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@17027 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'docs/BytecodeFormat.html')
-rw-r--r--docs/BytecodeFormat.html8
1 files changed, 5 insertions, 3 deletions
diff --git a/docs/BytecodeFormat.html b/docs/BytecodeFormat.html
index 9480da4..026f1dc 100644
--- a/docs/BytecodeFormat.html
+++ b/docs/BytecodeFormat.html
@@ -45,7 +45,7 @@
</li>
<li><a href="#versiondiffs">Version Differences</a>
<ol>
- <li><a href="#vers13">Version 1.3 Differences From 1.4</a></li>
+<!-- <li><a href="#vers13">Version 1.3 Differences From 1.4</a></li>-->
<li><a href="#vers12">Version 1.2 Differences From 1.3</a></li>
<li><a href="#vers11">Version 1.1 Differences From 1.2</a></li>
<li><a href="#vers10">Version 1.0 Differences From 1.1</a></li>
@@ -1673,9 +1673,11 @@ describes the differences between that version and the one that <i>follows</i>.
</p>
</div>
<!-- _______________________________________________________________________ -->
+<!--
<div class="doc_subsection"><a name="vers13">Version 1.3 Differences From
- 1.4</a></div>
+ 1.4</a></div> -->
<!-- _______________________________________________________________________ -->
+<!--
<div class="doc_subsubsection">Aligned Data</div>
<div class="doc_text">
<p>In version 1.3, certain data items were aligned to 32-bit boundaries. In
@@ -1699,7 +1701,7 @@ describes the differences between that version and the one that <i>follows</i>.
</ul>
<p>None of these constructs are aligned in version 1.4</p>
</div>
-
+-->
<!-- _______________________________________________________________________ -->
<div class="doc_subsection"><a name="vers12">Version 1.2 Differences
From 1.3</a></div>