diff options
author | Sylvestre Ledru <sylvestre@debian.org> | 2016-02-23 11:17:27 +0000 |
---|---|---|
committer | Sylvestre Ledru <sylvestre@debian.org> | 2016-02-23 11:17:27 +0000 |
commit | a7de98205a7d97dd78efbc1e01c5c6e03abeaceb (patch) | |
tree | 9d90f0c8d0907ae8b0d0831371a12df2023f4664 | |
parent | c5d211ef2c5e50508da4b6309ff5f354d9e8f1f1 (diff) | |
download | bcm5719-llvm-a7de98205a7d97dd78efbc1e01c5c6e03abeaceb.tar.gz bcm5719-llvm-a7de98205a7d97dd78efbc1e01c5c6e03abeaceb.zip |
fix the indentation of the example
llvm-svn: 261628
-rw-r--r-- | llvm/docs/AMDGPUUsage.rst | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/llvm/docs/AMDGPUUsage.rst b/llvm/docs/AMDGPUUsage.rst index cf7dddbdb77..5abbdec8ef0 100644 --- a/llvm/docs/AMDGPUUsage.rst +++ b/llvm/docs/AMDGPUUsage.rst @@ -178,5 +178,5 @@ Here is an example of a minimal amd_kernel_code_t specification: 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 |