summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorChris Lattner <sabre@nondot.org>2011-07-23 19:59:08 +0000
committerChris Lattner <sabre@nondot.org>2011-07-23 19:59:08 +0000
commit2a843827a29c9d52dba5a4566a03b07cf8554274 (patch)
treefd4e249e6cbe3d7550b1260d880a25cf3e9d8b4f
parent757e38b47e0056d3fb56e16c9f7af0bd287d8bf6 (diff)
downloadbcm5719-llvm-2a843827a29c9d52dba5a4566a03b07cf8554274.tar.gz
bcm5719-llvm-2a843827a29c9d52dba5a4566a03b07cf8554274.zip
clarify that opaque is actually a struct type, PR10430
llvm-svn: 135861
-rw-r--r--llvm/docs/LangRef.html10
1 files changed, 5 insertions, 5 deletions
diff --git a/llvm/docs/LangRef.html b/llvm/docs/LangRef.html
index 225173e3d30..931e9750d32 100644
--- a/llvm/docs/LangRef.html
+++ b/llvm/docs/LangRef.html
@@ -75,7 +75,7 @@
<ol>
<li><a href="#t_array">Array Type</a></li>
<li><a href="#t_struct">Structure Type</a></li>
- <li><a href="#t_opaque">Opaque Type</a></li>
+ <li><a href="#t_opaque">Opaque Structure Types</a></li>
<li><a href="#t_vector">Vector Type</a></li>
</ol>
</li>
@@ -1980,15 +1980,15 @@ as if it writes to the relevant surrounding bytes.
<!-- _______________________________________________________________________ -->
<h4>
- <a name="t_opaque">Opaque Type</a>
+ <a name="t_opaque">Opaque Structure Types</a>
</h4>
<div>
<h5>Overview:</h5>
-<p>Opaque types are used to represent named structure types that do not have a
- body specified. This corresponds (for example) to the C notion of a forward
- declared structure.</p>
+<p>Opaque structure types are used to represent named structure types that do
+ not have a body specified. This corresponds (for example) to the C notion of
+ a forward declared structure.</p>
<h5>Syntax:</h5>
<pre>
OpenPOWER on IntegriCloud