update to llvm 2.0 syntax.
authorChris Lattner <sabre@nondot.org>
Tue, 25 Dec 2007 20:34:52 +0000 (20:34 +0000)
committerChris Lattner <sabre@nondot.org>
Tue, 25 Dec 2007 20:34:52 +0000 (20:34 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@45355 91177308-0d34-0410-b5e6-96231b3b80d8

docs/LangRef.html

index bec79f3711d73fa997b94348be969f1f84876051..c877651225cf7a87ad41c0d9c4919590312a7951 100644 (file)
@@ -1418,8 +1418,8 @@ and smaller aggregate constants.</p>
 
   <dd>Structure constants are represented with notation similar to structure
   type definitions (a comma separated list of elements, surrounded by braces
-  (<tt>{}</tt>)).  For example: "<tt>{ i32 4, float 17.0, i32* %G }</tt>",
-  where "<tt>%G</tt>" is declared as "<tt>@G = external global i32</tt>".  Structure constants
+  (<tt>{}</tt>)).  For example: "<tt>{ i32 4, float 17.0, i32* @G }</tt>",
+  where "<tt>@G</tt>" is declared as "<tt>@G = external global i32</tt>".  Structure constants
   must have <a href="#t_struct">structure type</a>, and the number and
   types of elements must match those specified by the type.
   </dd>