[llvm] r300050 - [LangRef] fix documentation

Piotr Padlewski via llvm-commits llvm-commits at lists.llvm.org
Wed Apr 12 04:18:20 PDT 2017


Author: prazek
Date: Wed Apr 12 06:18:19 2017
New Revision: 300050

URL: http://llvm.org/viewvc/llvm-project?rev=300050&view=rev
Log:
[LangRef] fix documentation

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=300050&r1=300049&r2=300050&view=diff
==============================================================================
--- llvm/trunk/docs/LangRef.rst (original)
+++ llvm/trunk/docs/LangRef.rst Wed Apr 12 06:18:19 2017
@@ -5126,6 +5126,7 @@ another based on aliasing information. T
 to the SSA value of the pointer operand.
 
 .. code-block:: llvm
+  
   %v = load i8, i8* %x, !invariant.group !0
   ; if %x mustalias %y then we can replace the above instruction with
   %v = load i8, i8* %y




More information about the llvm-commits mailing list