We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent af9d629 commit b73155dCopy full SHA for b73155d
llvm/docs/LangRef.rst
@@ -4574,13 +4574,18 @@ do not have a body specified. This corresponds (for example) to the C
4574
notion of a forward declared structure. They can be named (``%X``) or
4575
unnamed (``%52``).
4576
4577
+It is not possible to create SSA values with an opaque structure type. In
4578
+practice, this largely limits their use to the value type of external globals.
4579
+
4580
:Syntax:
4581
4582
::
4583
4584
%X = type opaque
4585
%52 = type opaque
4586
4587
+ @g = external global %X
4588
4589
:Examples:
4590
4591
+--------------+-------------------+
0 commit comments