[llvm] r303486 - [docs] Small style nits.

George Burgess IV via llvm-commits llvm-commits at lists.llvm.org
Fri May 19 21:52:30 PDT 2017


Author: gbiv
Date: Fri May 19 23:52:29 2017
New Revision: 303486

URL: http://llvm.org/viewvc/llvm-project?rev=303486&view=rev
Log:
[docs] Small style nits.

Modified:
    llvm/trunk/docs/LangRef.rst

Modified: llvm/trunk/docs/LangRef.rst
URL: http://llvm.org/viewvc/llvm-project/llvm/trunk/docs/LangRef.rst?rev=303486&r1=303485&r2=303486&view=diff
==============================================================================
--- llvm/trunk/docs/LangRef.rst (original)
+++ llvm/trunk/docs/LangRef.rst Fri May 19 23:52:29 2017
@@ -161,7 +161,7 @@ symbol table entries. Here is an example
 
     ; 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:
 """""""""




More information about the llvm-commits mailing list