[llvm] r261628 - fix the indentation of the example

Sylvestre Ledru via llvm-commits llvm-commits at lists.llvm.org
Tue Feb 23 03:17:28 PST 2016


Author: sylvestre
Date: Tue Feb 23 05:17:27 2016
New Revision: 261628

URL: http://llvm.org/viewvc/llvm-project?rev=261628&view=rev
Log:
fix the indentation of the example

Modified:
    llvm/trunk/docs/AMDGPUUsage.rst

Modified: llvm/trunk/docs/AMDGPUUsage.rst
URL: http://llvm.org/viewvc/llvm-project/llvm/trunk/docs/AMDGPUUsage.rst?rev=261628&r1=261627&r2=261628&view=diff
==============================================================================
--- llvm/trunk/docs/AMDGPUUsage.rst (original)
+++ llvm/trunk/docs/AMDGPUUsage.rst Tue Feb 23 05:17:27 2016
@@ -178,5 +178,5 @@ Here is an example of a minimal amd_kern
      v_mov_b32 v2, s1
      flat_store_dword v[1:2], v0
      s_endpgm
-.Lfunc_end0:
+   .Lfunc_end0:
         .size   hello_world, .Lfunc_end0-hello_world




More information about the llvm-commits mailing list