From: Chris Lattner Date: Fri, 12 Aug 2011 18:12:40 +0000 (+0000) Subject: fix one reference that slipped through, thanks Eli X-Git-Url: http://demsky.eecs.uci.edu/git/?a=commitdiff_plain;h=aa175c37d1b1e097206bf5fc78da49dcca65e205;p=oota-llvm.git fix one reference that slipped through, thanks Eli git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@137488 91177308-0d34-0410-b5e6-96231b3b80d8 --- diff --git a/docs/LangRef.html b/docs/LangRef.html index 8190e7dc8dd..20250201b01 100644 --- a/docs/LangRef.html +++ b/docs/LangRef.html @@ -2039,7 +2039,7 @@ in signal handlers).

defined inline with other types (e.g. {i32, i32}*) 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.