diff options
author | Lang Hames <lhames@gmail.com> | 2016-10-08 00:20:42 +0000 |
---|---|---|
committer | Lang Hames <lhames@gmail.com> | 2016-10-08 00:20:42 +0000 |
commit | 1023993a332e47c8fd648d4389336adb9d9e9888 (patch) | |
tree | 461e13e2fca1c946082209239f37159d900650f1 | |
parent | 4d82df32b9a1554715449204daf8b8e8fabd0c35 (diff) | |
download | bcm5719-llvm-1023993a332e47c8fd648d4389336adb9d9e9888.tar.gz bcm5719-llvm-1023993a332e47c8fd648d4389336adb9d9e9888.zip |
[docs] Fix indentation bug in LangRef.
llvm-svn: 283624
-rw-r--r-- | llvm/docs/LangRef.rst | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/llvm/docs/LangRef.rst b/llvm/docs/LangRef.rst index edc97a0446a..438c87d9f06 100644 --- a/llvm/docs/LangRef.rst +++ b/llvm/docs/LangRef.rst @@ -9497,8 +9497,8 @@ Syntax: declare i32 @llvm.get.dynamic.area.offset.i32() declare i64 @llvm.get.dynamic.area.offset.i64() - Overview: - """"""""" +Overview: +""""""""" The '``llvm.get.dynamic.area.offset.*``' intrinsic family is used to get the offset from native stack pointer to the address of the most |