forked from OSchip/llvm-project
fix one reference that slipped through, thanks Eli
llvm-svn: 137488
This commit is contained in:
parent
3987a61c16
commit
3253173c34
|
@ -2039,7 +2039,7 @@ in signal handlers).</p>
|
|||
defined inline with other types (e.g. <tt>{i32, i32}*</tt>) whereas identified
|
||||
types are always defined at the top level with a name. Literal types are
|
||||
uniqued by their contents and can never be recursive or opaque since there is
|
||||
no way to write one. Named types can be recursive, can be opaqued, and are
|
||||
no way to write one. Identified types can be recursive, can be opaqued, and are
|
||||
never uniqued.
|
||||
</p>
|
||||
|
||||
|
|
Loading…
Reference in New Issue