diff --git a/docs/LangRef.html b/docs/LangRef.html index 518070c6870..f064114f666 100644 --- a/docs/LangRef.html +++ b/docs/LangRef.html @@ -441,9 +441,9 @@ symbol table entries. Here is an example of the "hello world" module:
; Definition of main function define i32 @main() { ; i32()* - ; Convert [13x i8 ]* to i8 *... + ; Convert [13 x i8]* to i8 *... %cast210 = getelementptr [13 x i8 ]* @.LC0, i64 0, i64 0 ; i8 * + href="#i_getelementptr">getelementptr [13 x i8]* @.LC0, i64 0, i64 0 ; i8 * ; Call puts function to write out the string to stdout...[4x i32]* | +[4 x i32]* | A pointer to array of four i32 values. |