]> granicus.if.org Git - llvm/commitdiff
[docs] Small style nits.
authorGeorge Burgess IV <george.burgess.iv@gmail.com>
Sat, 20 May 2017 04:52:29 +0000 (04:52 +0000)
committerGeorge Burgess IV <george.burgess.iv@gmail.com>
Sat, 20 May 2017 04:52:29 +0000 (04:52 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@303486 91177308-0d34-0410-b5e6-96231b3b80d8

docs/LangRef.rst

index 9ff47e8366dcb7c9c6961cf2d596fcab543fb01d..b205cae9b1183ee7c316d907da3a705b99ce68a3 100644 (file)
@@ -161,7 +161,7 @@ symbol table entries. Here is an example of the "hello world" module:
 
     ; Definition of main function
     define i32 @main() {   ; i32()*
-      ; Convert [13 x i8]* to i8  *...
+      ; Convert [13 x i8]* to i8*...
       %cast210 = getelementptr [13 x i8], [13 x i8]* @.str, i64 0, i64 0
 
       ; Call puts function to write out the string to stdout.
@@ -9548,7 +9548,7 @@ Syntax:
 
 ::
 
-      declare i8  *@llvm.returnaddress(i32 <level>)
+      declare i8@llvm.returnaddress(i32 <level>)
 
 Overview:
 """""""""
@@ -9586,7 +9586,7 @@ Syntax:
 
 ::
 
-      declare i8  *@llvm.addressofreturnaddress()
+      declare i8@llvm.addressofreturnaddress()
 
 Overview:
 """""""""